aboutsummaryrefslogtreecommitdiff
path: root/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'ln.c')
-rw-r--r--ln.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ln.c b/ln.c
index e69cb024a..d6bf6443a 100644
--- a/ln.c
+++ b/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
33static const int LN_SYMLINK = 1; 36static const int LN_SYMLINK = 1;
34static const int LN_FORCE = 2; 37static const int LN_FORCE = 2;