The beginnings of syntax-related checks for gnulib.
[gnulib.git] / lib / lchown.c
index 855db8f..fa0826e 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "lchown.h"
 
-#include "stat-macros.h"
+#include <sys/stat.h>
 
 /* Work just like chown, except when FILE is a symbolic link.
    In that case, set errno to EOPNOTSUPP and return -1.