summaryrefslogtreecommitdiff
path: root/navit/util.c
diff options
context:
space:
mode:
authorwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-18 08:30:18 +0000
committerwoglinde <woglinde@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-03-18 08:30:18 +0000
commitb061c3e1eb59b18cd36f62d34a511eb69ea21943 (patch)
tree68f020da2db9fffb8ecf148da92f260b6ae86944 /navit/util.c
parent21eb1a4e7449bf4351d62c6a377a2135c19d7037 (diff)
downloadnavit-b061c3e1eb59b18cd36f62d34a511eb69ea21943.tar.gz
Fix:Core:Fix bug #512 slightly modified and without style changes. compile problems with mingw32ce-0.59.1
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3041 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/util.c')
-rw-r--r--navit/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/util.c b/navit/util.c
index 3f1fdd6e8..da9c4e036 100644
--- a/navit/util.c
+++ b/navit/util.c
@@ -101,6 +101,7 @@ g_utf8_strlen_force_link(gchar *buffer, int max)
#if defined(_WIN32) || defined(__CEGCC__)
#include <windows.h>
+#include <sys/types.h>
#endif
#if defined(_WIN32) || defined(__CEGCC__) || defined (__APPLE__)