fix build with recent changes/gcc 6.3.0
[AROS-Contrib.git] / arospdf / xpdf / Error.h
blob0ce55e9ab41505e2dacc2e833ef211e20c1dc660
1 //========================================================================
2 //
3 // Error.h
4 //
5 // Copyright 1996-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
9 #ifndef ERROR_H
10 #define ERROR_H
12 #include <aconf.h>
14 #ifdef USE_GCC_PRAGMAS
15 #pragma interface
16 #endif
18 #include <stdio.h>
19 #include "config.h"
21 extern void CDECL error(int pos, char *msg, ...);
23 #endif