summaryrefslogtreecommitdiff
path: root/src/gui/sdlfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r--src/gui/sdlfont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h
index 6863abb83..cf1b156fd 100644
--- a/src/gui/sdlfont.h
+++ b/src/gui/sdlfont.h
@@ -30,7 +30,7 @@
#ifdef __WIN32__
#include <SDL/SDL_ttf.h>
#else
-#include <SDL_ttf.h>
+#include <SDL/SDL_ttf.h>
#endif
#include <list>