diff options
Diffstat (limited to 'src/libstrongswan')
-rw-r--r-- | src/libstrongswan/debug.c | 1 | ||||
-rw-r--r-- | src/libstrongswan/debug.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/debug.c b/src/libstrongswan/debug.c index 5bd4243d7..51b7875d8 100644 --- a/src/libstrongswan/debug.c +++ b/src/libstrongswan/debug.c @@ -14,7 +14,6 @@ */ #include <stdarg.h> -#include <stdio.h> #include "debug.h" 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 */ |