From 629cc6f3678433c18b2787b2b793e4bc8c89b1c9 Mon Sep 17 00:00:00 2001 From: martin-s Date: Wed, 30 Sep 2009 18:21:32 +0000 Subject: Fix:support_glib:Use intl version of vsnprintf to make translations work git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2620 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/support/glib/gprintfint.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'navit/support') diff --git a/navit/support/glib/gprintfint.h b/navit/support/glib/gprintfint.h index 0c975a1ee..c5023d160 100644 --- a/navit/support/glib/gprintfint.h +++ b/navit/support/glib/gprintfint.h @@ -26,6 +26,9 @@ #ifndef __G_PRINTFINT_H__ #define __G_PRINTFINT_H__ +#ifdef HAVE_API_WIN32_CE +#include +#endif #ifdef HAVE_GOOD_PRINTF -- cgit v1.2.1