diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-12 16:16:28 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-12 16:16:28 +0200 |
commit | c8fb7658d2317a81b41d5729ed17152d567f4619 (patch) | |
tree | 839c4e4816c93270ce002c6e9ba622a4ac24023b /ubus.c | |
parent | 10c7565766962a876844c71dd3a230aefeaf193b (diff) |
define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error
Diffstat (limited to 'ubus.c')
-rw-r--r-- | ubus.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ +#define _GNU_SOURCE + #include <string.h> +#include <stdio.h> #include "netifd.h" #include "interface.h" |