X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=pdf%2Fxpdf%2FError.h;h=da2f83107827a5a7e59608f33a5eeec58ddf4828;hb=8e5042edbe098c8a8b760a36a8bc35dfca4e6041;hp=77801c5912a26b497240b188d58b2f19e22cf6f3;hpb=2a393c134fe3fe8eb85bf818cb7ad6ae4396322a;p=evince.git diff --git a/pdf/xpdf/Error.h b/pdf/xpdf/Error.h index 77801c59..da2f8310 100644 --- a/pdf/xpdf/Error.h +++ b/pdf/xpdf/Error.h @@ -2,19 +2,21 @@ // // Error.h // -// Copyright 1996-2002 Glyph & Cog, LLC +// Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== #ifndef ERROR_H #define ERROR_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif #include -#include "config.h" +#include "xpdfconfig.h" extern void CDECL error(int pos, char *msg, ...);