debug.h will now work standalone

This commit is contained in:
Sara 2023-11-04 19:18:59 +01:00
parent 259bae805c
commit c9dcb508bd

View file

@ -2,6 +2,11 @@
#define _fencer_debug_h
#include <stdio.h>
#include <stdlib.h>
#ifndef NDEBUG
#include <assert.h>
#endif
extern int g_debug_error_abort;
extern int g_debug_log_lvl;