aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/debug.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-16 13:16:00 +0200
committerMartin Willi <martin@strongswan.org>2009-09-16 13:16:00 +0200
commitb538b606da7f4e10ec2a60046c726dc74b6e030f (patch)
tree94355b0ffaf36536931c730de001a8e44d363590 /src/libstrongswan/debug.h
parent5289249449e0e6792cdbc014ec7bc03a0c179354 (diff)
downloadstrongswan-b538b606da7f4e10ec2a60046c726dc74b6e030f.tar.bz2
strongswan-b538b606da7f4e10ec2a60046c726dc74b6e030f.tar.xz
Use the default debug hook if possible
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r--src/libstrongswan/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h
index c3b71cee3..085795acb 100644
--- a/src/libstrongswan/debug.h
+++ b/src/libstrongswan/debug.h
@@ -21,6 +21,8 @@
#ifndef DEBUG_H_
#define DEBUG_H_
+#include <stdio.h>
+
#ifndef DEBUG_LEVEL
# define DEBUG_LEVEL 4
#endif /* DEBUG_LEVEL */