diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/truetypefont.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h index 67c39e6a..3d5d52ff 100644 --- a/src/gui/truetypefont.h +++ b/src/gui/truetypefont.h @@ -26,7 +26,11 @@ #include <guichan/font.hpp> #include <guichan/graphics.hpp> +#ifndef __APPLE__ #include <SDL/SDL_ttf.h> +#else +#include <SDL_ttf.h> +#endif /** * A wrapper around SDL_ttf for allowing the use of TrueType fonts. |