From 29fd1316fc0e098451d54fb4ee8ba84a422701f6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 1 Sep 2008 23:59:31 -0700 Subject: utf8.h: Fix build (broken os_compat.h #include) This is not a system header --- src/utf8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utf8.h b/src/utf8.h index 353977bef..64e68f914 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -19,7 +19,7 @@ #ifndef UTF_8_H #define UTF_8_H -#include +#include "os_compat.h" char *latin1StrToUtf8Dup(const char *latin1); -- cgit v1.2.3