summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 4beef3f..a3abfc9 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -1,2 +1,3 @@
+#define _XOPEN_SOURCE 700
#define main chown_main
-#include "../chown/chown.c"
+#include "chown/chown.c"