at v192 14 lines 513 B view raw
1diff --git a/lib/stdint.in.h b/lib/stdint.in.h 2index 889bca7..15d39b0 100644 3--- a/lib/stdint.in.h 4+++ b/lib/stdint.in.h 5@@ -74,7 +74,8 @@ 6 in <inttypes.h> would reinclude us, skipping our contents because 7 _@GUARD_PREFIX@_STDINT_H is defined. 8 The include_next requires a split double-inclusion guard. */ 9-# @INCLUDE_NEXT@ @NEXT_STDINT_H@ 10+# include <inttypes.h> 11+// # @INCLUDE_NEXT@ @NEXT_STDINT_H@ 12 #endif 13 14 #if ! defined _@GUARD_PREFIX@_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H