From 130d2b4ac4333062f30d0e6ae5b668228e3cc36f Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Sat, 1 Feb 2014 01:11:56 -0500 Subject: [PATCH] fix include SDL to be SDL2 in one last place --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 43b7c01..97b4fc5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ #include "config.h" #endif -#include +#include #include "emulator.h" #include "configep2.h" #include "gui.h"