Signed-off-by: Sven Eckelmann sven@narfation.org --- batman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman.c b/batman.c index 39ef9be..89b3bf1 100644 --- a/batman.c +++ b/batman.c @@ -47,7 +47,7 @@ uint8_t debug_level = 0;
uint8_t debug_level_max = 5;
-#elif DEBUG_MALLOC && MEMORY_USAGE +#elif defined DEBUG_MALLOC && defined MEMORY_USAGE
uint8_t debug_level_max = 5;