Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
[gnulib.git] / lib / inttypes_.h
index 3d3ead6..d2af35e 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@
+#  ifdef __DECC
+#   include_next <inttypes.h>
+#  else
+#   include @ABSOLUTE_INTTYPES_H@
+#  endif
 # endif
 #endif