* lib/time_.h [__DECC]: Likewise.
* lib/wchar_.h [__DECC]: Likewise.
* lib/wctype_.h [__DECC]: Likewise.
+ * lib/inttypes_.h [__DECC]: Likewise.
Reported by Albert Chin <china@thewrittenword.com> in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
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