summaryrefslogtreecommitdiffhomepage
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-31 16:36:01 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-31 16:36:16 +0100
commitfabdd4fc5c7354e897f91e96e734f584776736c7 (patch)
tree26202e94439e57af2f9e96c949d52f2046c6d6a3 /netifd.h
parent28735bd31f043d39f024d53e48ce767b95e5d70e (diff)
use calloc_a for interface error allocations
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index aa955ef..befa2cc 100644
--- a/netifd.h
+++ b/netifd.h
@@ -22,6 +22,7 @@
#include <libubox/uloop.h>
#include <libubox/ustream.h>
+#include <libubox/utils.h>
#include <libubus.h>