X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finttypes.in.h;h=bd9d0d2475833000797bad8bc4d2b6c32776f86e;hb=b314ca18dc36e59297f66b2508fd58535a1cd724;hp=8a24850562eb82c03da20d9b2350daf4073e69ec;hpb=2fd369d04b4b9022ee48695882bf98d2d51a33dd;p=gnulib.git diff --git a/lib/inttypes.in.h b/lib/inttypes.in.h index 8a2485056..bd9d0d247 100644 --- a/lib/inttypes.in.h +++ b/lib/inttypes.in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2007 Free Software Foundation, Inc. +/* Copyright (C) 2006-2008 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Derek Price. This file is part of gnulib. @@ -26,6 +26,9 @@ The include_next requires a split double-inclusion guard. */ #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H # if @HAVE_INTTYPES_H@ +# if __GNUC__ >= 3 +@PRAGMA_SYSTEM_HEADER@ +# endif # @INCLUDE_NEXT@ @NEXT_INTTYPES_H@ # endif #endif