Add #include for Raspberry Pi

This commit is contained in:
David Schmidt 2013-04-23 15:31:48 +00:00
parent 268b6e61cb
commit 00de2c883a

View File

@ -47,6 +47,8 @@
#include <png.h> #include <png.h>
#endif #endif
#include <stdio.h>
#ifdef HAVE_SDL #ifdef HAVE_SDL
#include "SDL.h" #include "SDL.h"