X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Fxpdf%2FCharCodeToUnicode.h;h=b20f323c14fe6c913bd3832dbb6386d84cb81f4f;hb=884f739665dc56e66f51e104350f2affd33f2dd8;hp=06916c8fabf98937a4a6fe3d7dbb2858aa234863;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/CharCodeToUnicode.h b/pdf/xpdf/CharCodeToUnicode.h index 06916c8f..b20f323c 100644 --- a/pdf/xpdf/CharCodeToUnicode.h +++ b/pdf/xpdf/CharCodeToUnicode.h @@ -4,14 +4,16 @@ // // Mapping from character codes to Unicode. // -// Copyright 2001-2002 Glyph & Cog, LLC +// Copyright 2001-2003 Glyph & Cog, LLC // //======================================================================== #ifndef CHARCODETOUNICODE_H #define CHARCODETOUNICODE_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif