diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-06-30 22:49:20 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-06-30 22:49:20 +0000 |
| commit | 5bc6d77b08b39f863a7d8767a588f839c19d3113 (patch) | |
| tree | 6dad1219032922d59f07eecfaae6a542efc94281 /src/libunixonacid | |
| parent | 2621abfba89e3a4115b9c344bd4220325831e342 (diff) | |
| download | skalibs-5bc6d77b08b39f863a7d8767a588f839c19d3113.tar.gz | |
fix symlink_at deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libunixonacid')
| -rw-r--r-- | src/libunixonacid/symlink_at.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunixonacid/symlink_at.c b/src/libunixonacid/symlink_at.c index 4d63120..3919a80 100644 --- a/src/libunixonacid/symlink_at.c +++ b/src/libunixonacid/symlink_at.c @@ -31,6 +31,7 @@ int symlink_at (char const *src, int dirfd, char const *dst) #include <skalibs/posixplz.h> #include <skalibs/unix-transactional.h> +#include "at-internal.h" struct symlink_s { |
