X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finttypes_.h;h=be2bdabbac69a87201b073388c324615a8e73a64;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=3d3ead68aae38e711a3a0d324a4f93eae48105d8;hpb=98990afbe428b75478f1d902aeb6d469fd09e794;p=gnulib.git diff --git a/lib/inttypes_.h b/lib/inttypes_.h index 3d3ead68a..be2bdabba 100644 --- a/lib/inttypes_.h +++ b/lib/inttypes_.h @@ -21,7 +21,11 @@ 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 +# else +# include @ABSOLUTE_INTTYPES_H@ +# endif # endif #endif