diff options
Diffstat (limited to 'lib/strings.in.h')
-rw-r--r-- | lib/strings.in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/strings.in.h b/lib/strings.in.h index 7344d6008..bd767de15 100644 --- a/lib/strings.in.h +++ b/lib/strings.in.h @@ -18,7 +18,9 @@ #ifndef _GL_STRINGS_H +#if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ +#endif /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STRINGS_H@ |