fix include SDL to be SDL2 in one last place

This commit is contained in:
Christopher Mosher 2014-02-01 01:11:56 -05:00
parent a7fe01e946
commit 130d2b4ac4

View File

@ -19,7 +19,7 @@
#include "config.h"
#endif
#include <SDL/SDL.h>
#include <SDL2/SDL.h>
#include "emulator.h"
#include "configep2.h"
#include "gui.h"