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;