[trunk] Fix compilation issue where size_t would be undefined
[openjpeg.git] / tests / unit / testempty0.c
1 #include <stdio.h>
2
3 #include "openjpeg.h"
4
5 int main(int argc, char **argv) { return 0; }