summaryrefslogtreecommitdiff
path: root/lib/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chown.c')
-rw-r--r--lib/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chown.c b/lib/chown.c
index dc351d28c..63b89c27e 100644
--- a/lib/chown.c
+++ b/lib/chown.c
@@ -27,7 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#ifdef HAVE_UNISTD_H
+#if HAVE_UNISTD_H
# include <unistd.h>
#endif