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