* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
[pspp] / lib / fcntl_.h
index e16ad54afe1b330258462a6a1ce39d64909fa018..98e13720052217afddba75bc6db420ae39be5b1f 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include @ABSOLUTE_FCNTL_H@
+#if @HAVE_INCLUDE_NEXT@
+# include_next <fcntl.h>
+#else
+# include @ABSOLUTE_FCNTL_H@
+#endif
 
 
 /* Declare overridden functions.  */