diff options
author | pixel <pixel> | 2002-12-23 21:10:14 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 21:10:14 +0000 |
commit | 572f1f00e9266d83cca33d40ae51a7123f20bcfc (patch) | |
tree | 490db38854c876dc04ccb822908aabf992a128fe /include | |
parent | 4d58d38129cb7de6873079f68cce4cb6d67281bc (diff) |
mogltk under mingw. whoohoo.
Diffstat (limited to 'include')
-rw-r--r-- | include/glfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glfont.h b/include/glfont.h index 3675129..072826a 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -2,7 +2,7 @@ #define __GLFONT_H__ #include <SDL.h> -#include <String.h> +#include <BString.h> #include <Color.h> #include <Handle.h> #include "gltexture.h" |