debug.h will now work standalone
This commit is contained in:
parent
259bae805c
commit
c9dcb508bd
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue