revert between 56095 -> 55830 in arch
[AROS.git] / workbench / devs / diskimage / include / amigaos / proto / expat.h
blobf4b126680ca2dbb265eedebea95be891d7c21c1f
1 #ifndef _PROTO_EXPAT_H
2 #define _PROTO_EXPAT_H
4 #ifndef EXEC_TYPES_H
5 #include <exec/types.h>
6 #endif
7 #if !defined(CLIB_EXPAT_PROTOS_H) && !defined(__GNUC__)
8 #include <clib/expat_protos.h>
9 #endif
11 #ifndef __NOLIBBASE__
12 extern struct Library *ExpatBase;
13 #endif
15 #ifdef __GNUC__
16 #include <inline/expat.h>
17 #elif defined(__VBCC__)
18 #include <inline/expat_protos.h>
19 #else
20 #include <pragma/expat_lib.h>
21 #endif
23 #endif /* _PROTO_EXPAT_H */