X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fgoo%2FGString.h;h=2083802b381736d16a56a954eb1da8205b1ebe97;hb=5932479cc8c371a385616b5909df558a091b7111;hp=93796cb7901a9a15720943105d044874f546390c;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/goo/GString.h b/pdf/goo/GString.h index 93796cb7..2083802b 100644 --- a/pdf/goo/GString.h +++ b/pdf/goo/GString.h @@ -4,14 +4,16 @@ // // Simple variable-length string type. // -// Copyright 1996-2002 Glyph & Cog, LLC +// Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== #ifndef GSTRING_H #define GSTRING_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif