diff options
author | David Athay <ko2fan@gmail.com> | 2011-11-17 19:38:52 -0600 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-12-02 18:42:15 +0100 |
commit | 4a4637fd522ed7702e9b1e4b970495d90f56e5cd (patch) | |
tree | 86f6252c553bc44553495f49b901e2543d60f1bb /src/gui/truetypefont.h | |
parent | 46b94ce1eaac395fe6559206c803a076ec44f852 (diff) | |
download | mana-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.tar.gz mana-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.tar.bz2 mana-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.tar.xz mana-4a4637fd522ed7702e9b1e4b970495d90f56e5cd.zip |
Mac: Change to local SDL inclues.
Diffstat (limited to 'src/gui/truetypefont.h')
-rw-r--r-- | src/gui/truetypefont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/truetypefont.h b/src/gui/truetypefont.h index 41db3f86..ade1013e 100644 --- a/src/gui/truetypefont.h +++ b/src/gui/truetypefont.h @@ -26,7 +26,7 @@ #include <guichan/font.hpp> #ifdef __APPLE__ -#include <SDL_ttf/SDL_ttf.h> +#include <SDL/SDL_ttf.h> #else #ifdef __WIN32__ #include <SDL/SDL_ttf.h> |