1 #ifndef CLIB_SQLITE_PROTOS_H 2 #define CLIB_SQLITE_PROTOS_H 3 4 /* 5 * Copyright © 2014 The MorphOS Development Team 6 * 7 */ 8 9 #ifndef _SQLITE3_H_ 10 #include <sqlite3.h> 11 #endif 12 13 #endif /* CLIB_SQLITE_PROTOS_H */
1 #ifndef CLIB_SQLITE_PROTOS_H 2 #define CLIB_SQLITE_PROTOS_H 3 4 /* 5 * Copyright © 2014 The MorphOS Development Team 6 * 7 */ 8 9 #ifndef _SQLITE3_H_ 10 #include <sqlite3.h> 11 #endif 12 13 #endif /* CLIB_SQLITE_PROTOS_H */