]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Whoops; don't remove the include for unistd.h, since it defines fchdir.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2005 21:38:43 +0000 (21:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2005 21:38:43 +0000 (21:38 +0000)
lib/chdir-safer.c

index 259a89a789b90fb7e2397d15d66f1e50d5420dcf..539eb2d68fee4b8f1704a256d916d9a9c4df451f 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdbool.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>