* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
[pspp] / lib / sys_time_.h
index 9337be366c0fc1ba5d8f5dc2b5dce48a0ad72e1c..6fe31b5bf2e3d522faf8cedf6b2ff4c72572cb7f 100644 (file)
 #define _GL_SYS_TIME_H
 
 #if @HAVE_SYS_TIME_H@
-# include @ABSOLUTE_SYS_TIME_H@
+# if @HAVE_INCLUDE_NEXT@
+#  include_next <sys/time.h>
+# else
+#  include @ABSOLUTE_SYS_TIME_H@
+# endif
 #else
 # include <time.h>
 #endif