X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Finttypes_.h;h=d2af35e677e6216ea98186b0a1ac313966e49582;hb=411cc9cd04f7826bbaed17074f19ef2d48938ca0;hp=3d3ead68aae38e711a3a0d324a4f93eae48105d8;hpb=98990afbe428b75478f1d902aeb6d469fd09e794;p=gnulib.git diff --git a/lib/inttypes_.h b/lib/inttypes_.h index 3d3ead68a..d2af35e67 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@ +# ifdef __DECC +# include_next +# else +# include @ABSOLUTE_INTTYPES_H@ +# endif # endif #endif