aboutsummaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-09-23 09:42:27 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-09-23 09:42:27 +0200
commitcdff733137e608b0dd4839fdbb09cf2165f9e2d9 (patch)
tree83abc811692f1caf0457b8be7a210136c19d17a5 /src/misc.h
parenta9487a332ac662ac1a41e28c1c9c51fa596c6393 (diff)
downloadbbs-cdff733137e608b0dd4839fdbb09cf2165f9e2d9.tar.gz
Documentation, fixesHEADmaster
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__); \