summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/truetypefont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h
index 9d6c4ef5..1cf6c2c8 100644
--- a/src/gui/truetypefont.h
+++ b/src/gui/truetypefont.h
@@ -29,7 +29,7 @@
#ifdef __APPLE__
#include <SDL_ttf/SDL_ttf.h>
#else
-#include <SDL/SDL_ttf.h>
+#include <SDL_ttf.h>
#endif
class TextChunk;