[trunk] Fix compilation issue where size_t would be undefined
[openjpeg.git] / tests / unit / testempty0.c
index 32d6f2669e7eaff28b11e5888edc81b013c56f14..7fbb9d4493945036f865c81fcff4210593834985 100644 (file)
@@ -1,3 +1,5 @@
-#include <openjpeg.h>
+#include <stdio.h>
+
+#include "openjpeg.h"
 
 int main(int argc, char **argv) { return 0; }