debug.h will now work standalone
This commit is contained in:
parent
259bae805c
commit
c9dcb508bd
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue