aboutsummaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/misc.h b/src/misc.h
index 61b1503..3d64c45 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -14,8 +14,10 @@
#include <string.h>
#include <stdint.h>
+#include "log.h"
+
#ifdef _DEBUG
-//DEBUG Macros
+//DEBUG Macros --DEPRECATED--
#warning "Compiling in DEBUG mode"
#define DEBUG_PRINTF( ... ) { \
printf("%s:%d: ", __FILE__, __LINE__); \