From c9dcb508bd6dc5fd5572c5836c44f458e6134ad9 Mon Sep 17 00:00:00 2001 From: Sara Date: Sat, 4 Nov 2023 19:18:59 +0100 Subject: [PATCH] debug.h will now work standalone --- src/debug.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/debug.h b/src/debug.h index df7a16c..1095262 100644 --- a/src/debug.h +++ b/src/debug.h @@ -2,6 +2,11 @@ #define _fencer_debug_h #include +#include + +#ifndef NDEBUG +#include +#endif extern int g_debug_error_abort; extern int g_debug_log_lvl;