diff --git a/GsKit/graphics/GsTrueTypeFont.h b/GsKit/graphics/GsTrueTypeFont.h
index bfb5aed13..51c17432a 100644
--- a/GsKit/graphics/GsTrueTypeFont.h
+++ b/GsKit/graphics/GsTrueTypeFont.h
@@ -6,7 +6,7 @@
#include
#include
-typedef struct _TTF_Font TTF_Font;
+typedef struct TTF_Font TTF_Font;
class GsTrueTypeFont
{