Fix:Core:MSVC fixes
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 9 May 2011 12:00:52 +0000 (12:00 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 9 May 2011 12:00:52 +0000 (12:00 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4476 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.c

index b75f400..4f6cdf4 100644 (file)
@@ -70,6 +70,9 @@
 #include <windows.h>
 #include "util.h"
 #endif
+#ifdef HAVE_API_WIN32_CE
+#include "libc.h"
+#endif
 
 /**
  * @defgroup navit the navit core instance. navit is the object containing nearly everything: A set of maps, one or more vehicle, a graphics object for rendering the map, a gui object for displaying the user interface, a route object, a navigation object and so on. Be warned that it is theoretically possible to have more than one navit object