diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-04 15:30:34 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-04 15:31:08 +0200 |
commit | feec10d799b5a2e1d591102cf966344238818480 (patch) | |
tree | 9dc0ce6e1ab7f2b4274566165f89138ea679b624 /system-dummy.c | |
parent | 4e335f640fadda81aff9dd2dc06703961bea2826 (diff) |
fix compiler warnings
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c index 80f1734..eab9277 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -1,6 +1,10 @@ #include <stdio.h> #include <string.h> +#ifndef DEBUG +#define DEBUG +#endif + #include "netifd.h" #include "device.h" |