* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
[pspp] / lib / stdint_.h
index 4fa52516d7bc3a2460253b8b39ebcc3e6b2775d5..f32b8dc882abf2324b7230e628d691fa3d6a9827 100644 (file)
      Include it before <inttypes.h>, since any "#include <stdint.h>"
      in <inttypes.h> would reinclude us, skipping our contents because
      _GL_STDINT_H is defined.  */
-# include @ABSOLUTE_STDINT_H@
+# if @HAVE_INCLUDE_NEXT@
+#  include_next <stdint.h>
+# else
+#  include @ABSOLUTE_STDINT_H@
+# endif
 #endif
 
 /* <sys/types.h> defines some of the stdint.h types as well, on glibc,