summaryrefslogtreecommitdiff
path: root/src/gui/interface
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/interface')
-rw-r--r--src/gui/interface/Keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/interface/Keys.h b/src/gui/interface/Keys.h
index cd265f9..424dd86 100644
--- a/src/gui/interface/Keys.h
+++ b/src/gui/interface/Keys.h
@@ -1,6 +1,6 @@
#if defined(USE_SDL)
-#include "SDL/SDL.h"
+#include "SDL.h"
#define KEY_UP SDLK_UP
#define KEY_DOWN SDLK_DOWN
#define KEY_RIGHT SDLK_RIGHT