only use -g3 with -DDEBUG
[project/netifd.git] / system-dummy.c
index 80f1734..b3efa08 100644 (file)
@@ -1,8 +1,13 @@
 #include <stdio.h>
 #include <string.h>
 
+#ifndef DEBUG
+#define DEBUG
+#endif
+
 #include "netifd.h"
 #include "device.h"
+#include "system.h"
 
 int system_bridge_addbr(struct device *bridge)
 {