Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / include / amigaos / proto / bz2.h
blob95e4083dbd7fc8e95a71f92e3a5b70dcdd3e799a
1 #ifndef _PROTO_BZ2_H
2 #define _PROTO_BZ2_H
4 #ifndef EXEC_TYPES_H
5 #include <exec/types.h>
6 #endif
7 #if !defined(CLIB_BZ2_PROTOS_H) && !defined(__GNUC__)
8 #include <clib/bz2_protos.h>
9 #endif
11 #ifndef __NOLIBBASE__
12 extern struct Library *BZ2Base;
13 #endif
15 #ifdef __GNUC__
16 #include <inline/bz2.h>
17 #elif defined(__VBCC__)
18 #include <inline/bz2_protos.h>
19 #else
20 #include <pragma/bz2_lib.h>
21 #endif
23 #endif /* _PROTO_BZ2_H */