Commit e1e19b26c8ab49544ae048047ffbdbce15524a4e

dtremenak 2008-05-23T00:56:25

include wctype.h to make gcc happy

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/FTLayout/FTSimpleLayout.cpp b/src/FTLayout/FTSimpleLayout.cpp
index 9b090f7..505c813 100644
--- a/src/FTLayout/FTSimpleLayout.cpp
+++ b/src/FTLayout/FTSimpleLayout.cpp
@@ -26,6 +26,7 @@
 #include "config.h"
 
 #include <ctype.h>
+#include <wctype.h>
 
 #include "FTInternals.h"
 #include "FTUnicode.h"