X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FTTFont.h;h=96208e21b256a398e1ea1ce5d726a84bfd22e5ae;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=b4ebd96e10c50fde7c2dfa71667d4a2c4ef3bf6b;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/TTFont.h b/pdf/xpdf/TTFont.h index b4ebd96e..96208e21 100644 --- a/pdf/xpdf/TTFont.h +++ b/pdf/xpdf/TTFont.h @@ -4,16 +4,18 @@ // // An X wrapper for the FreeType TrueType font rasterizer. // -// Copyright 2001-2002 Glyph & Cog, LLC +// Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== #ifndef TTFONT_H #define TTFONT_H +#include + #if !FREETYPE2 && (HAVE_FREETYPE_FREETYPE_H || HAVE_FREETYPE_H) -#ifdef __GNUC__ +#ifdef USE_GCC_PRAGMAS #pragma interface #endif