diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-03 10:24:21 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-03 10:24:21 +0100 |
commit | a3577bd15ee66d37f025d014457c9d1751cd19ab (patch) | |
tree | e88bce49c71a95a9490524c475b27c40e2f72a15 /gl/stdint.in.h | |
parent | 2fdda6dc8ae0053f72f1e21dcab781d9da81d172 (diff) | |
download | libtasn1-a3577bd15ee66d37f025d014457c9d1751cd19ab.tar.gz libtasn1-a3577bd15ee66d37f025d014457c9d1751cd19ab.tar.bz2 libtasn1-a3577bd15ee66d37f025d014457c9d1751cd19ab.zip |
Update gnulib files.
Diffstat (limited to 'gl/stdint.in.h')
-rw-r--r-- | gl/stdint.in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/stdint.in.h b/gl/stdint.in.h index 5510396..e246aa9 100644 --- a/gl/stdint.in.h +++ b/gl/stdint.in.h @@ -49,7 +49,9 @@ in <inttypes.h> would reinclude us, skipping our contents because _GL_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ +# if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ +# endif # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif |