font: freetype2: include tsm_unicode.h

We use TSM symbols so include the right headers.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2013-02-06 15:19:21 +01:00
parent fc4865ed03
commit 5ef32794c6

View 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"