summaryrefslogtreecommitdiff
path: root/lib/lchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lchown.c')
-rw-r--r--lib/lchown.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/lchown.c b/lib/lchown.c
index ff5679e7f..0b74eac8a 100644
--- a/lib/lchown.c
+++ b/lib/lchown.c
@@ -17,7 +17,9 @@
/* written by Jim Meyering */
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <sys/types.h>
#include <sys/stat.h>