diff options
Diffstat (limited to 'ln.c')
-rw-r--r-- | ln.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,7 +28,10 @@ | |||
28 | 28 | ||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <dirent.h> | 30 | #include <dirent.h> |
31 | #include <string.h> | ||
32 | #include <stdlib.h> | ||
31 | #include <errno.h> | 33 | #include <errno.h> |
34 | #include <unistd.h> | ||
32 | 35 | ||
33 | static const int LN_SYMLINK = 1; | 36 | static const int LN_SYMLINK = 1; |
34 | static const int LN_FORCE = 2; | 37 | static const int LN_FORCE = 2; |