summaryrefslogtreecommitdiff
path: root/textscreen/txt_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_main.h')
-rw-r--r--textscreen/txt_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_main.h b/textscreen/txt_main.h
index b693bce0..c6a9cc72 100644
--- a/textscreen/txt_main.h
+++ b/textscreen/txt_main.h
@@ -30,7 +30,7 @@
// The textscreen API itself doesn't need SDL; however, SDL needs its
// headers included where main() is defined.
-#include <SDL.h>
+#include "SDL.h"
// Special keypress values that correspond to mouse button clicks
//