summaryrefslogtreecommitdiff
path: root/navit/debug.h
diff options
context:
space:
mode:
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-31 14:17:23 +0000
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-31 14:17:23 +0000
commit7c35cc5db668647f32f8109b2acfda4289249789 (patch)
treead9ff00ee7b95a66700ba4b932fa867a7645b74b /navit/debug.h
parent9ca3a640efee6524b8bef7729ea9980ccb77177c (diff)
downloadnavit-7c35cc5db668647f32f8109b2acfda4289249789.tar.gz
FIX:core: debug.h needs string.h for strlen
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1622 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/debug.h')
-rw-r--r--navit/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/debug.h b/navit/debug.h
index f9b520f94..02f11dd9d 100644
--- a/navit/debug.h
+++ b/navit/debug.h
@@ -25,6 +25,7 @@ extern "C" {
#endif
#include <stdarg.h>
+#include <string.h>
extern int debug_level;
#define dbg_str2(x) #x
#define dbg_str1(x) dbg_str2(x)