* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
[pspp] / lib / inttypes_.h
index 3d3ead68aae38e711a3a0d324a4f93eae48105d8..be2bdabbac69a87201b073388c324615a8e73a64 100644 (file)
    which in turn includes this file.  */
 #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H
 # if @HAVE_INTTYPES_H@
-#  include @ABSOLUTE_INTTYPES_H@
+#  if @HAVE_INCLUDE_NEXT@
+#   include_next <inttypes.h>
+#  else
+#   include @ABSOLUTE_INTTYPES_H@
+#  endif
 # endif
 #endif