X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Finttypes.in.h;fp=lib%2Finttypes.in.h;h=bd9d0d2475833000797bad8bc4d2b6c32776f86e;hb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;hp=8a24850562eb82c03da20d9b2350daf4073e69ec;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/lib/inttypes.in.h b/lib/inttypes.in.h index 8a24850..bd9d0d2 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