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
commit8e760012187d56008545154d73c8a8424c268a03 (patch)
treead9ff00ee7b95a66700ba4b932fa867a7645b74b /navit/debug.h
parent207a41421cb6336efce8bc48f0fe92d2d8744a9b (diff)
downloadnavit-svn-8e760012187d56008545154d73c8a8424c268a03.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 f9b520f9..02f11dd9 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)