summaryrefslogtreecommitdiff
path: root/navit/support
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-18 09:03:03 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-02-18 09:03:03 +0000
commita705f49ca9d7f32317771c267b0cc8212b6cfcec (patch)
tree55e1c490707ecb574cc0579801e2005b764d7c6d /navit/support
parentde09e179105ca45973e4b0c08d69fa8ff8f4e560 (diff)
downloadnavit-a705f49ca9d7f32317771c267b0cc8212b6cfcec.tar.gz
Fix:support_glib:Portability
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4194 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/support')
-rw-r--r--navit/support/glib/gprintfint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/navit/support/glib/gprintfint.h b/navit/support/glib/gprintfint.h
index 88eb2221c..917856acd 100644
--- a/navit/support/glib/gprintfint.h
+++ b/navit/support/glib/gprintfint.h
@@ -29,6 +29,9 @@
#ifdef HAVE_API_WIN32_BASE
#include <glibintl.h>
#endif
+#ifdef HAVE_API_WIN32_CE
+#include "libc.h"
+#endif
#ifdef HAVE_GOOD_PRINTF