font: freetype2: include tsm_unicode.h
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 6 Feb 2013 14:19:21 +0000 (15:19 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 6 Feb 2013 14:19:21 +0000 (15:19 +0100)
We use TSM symbols so include the right headers.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/font_freetype2.c

index d1cbd71..dcfdf8f 100644 (file)
@@ -48,6 +48,7 @@
 #include "log.h"
 #include "shl_dlist.h"
 #include "shl_hashtable.h"
+#include "tsm_unicode.h"
 #include "uterm_video.h"
 
 #define LOG_SUBSYSTEM "font_freetype2"