diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index e69cb024a..d6bf6443a 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -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; |