Require "unistd" gnulib module. Removed tests for HAVE_UNISTD_H from
[pspp-builds.git] / src / data / filename.c
index be8fddec8de27abe22d73bd091093fdb0244733f..569d185d223a1313e756cb50ac2b7f7563a7bfd8 100644 (file)
@@ -41,9 +41,7 @@
 
 #ifdef unix
 #include <pwd.h>
-#if HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 #include <sys/stat.h>
 #include "stat-macros.h"
 #endif