diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2013-02-06 15:19:21 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-02-06 15:19:21 +0100 |
commit | 5ef32794c6765f8c1cf66a5735ffc3c8a5611547 (patch) | |
tree | b7228d80190d4a2ea791188f5ce42101ab461e37 /src | |
parent | fc4865ed038578b659d2971f74b39ce2c73b6a99 (diff) |
font: freetype2: include tsm_unicode.h
We use TSM symbols so include the right headers.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/font_freetype2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font_freetype2.c b/src/font_freetype2.c index d1cbd71..dcfdf8f 100644 --- a/src/font_freetype2.c +++ b/src/font_freetype2.c @@ -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" |