Fix for a build issue some people have encountered with jpeglib.h not

including stdio.h as necessary.


SVN revision: 8197
This commit is contained in:
rbdpngn 2003-12-23 05:59:03 +00:00 committed by rbdpngn
parent 4e5e0b0974
commit a74a6b6a87
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#endif
#ifdef BUILD_LOADER_JPEG
#include <stdio.h>
#include <jpeglib.h>
#include <setjmp.h>
#endif