diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-31 16:36:01 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-31 16:36:16 +0100 |
commit | fabdd4fc5c7354e897f91e96e734f584776736c7 (patch) | |
tree | 26202e94439e57af2f9e96c949d52f2046c6d6a3 /netifd.h | |
parent | 28735bd31f043d39f024d53e48ce767b95e5d70e (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <libubox/uloop.h> #include <libubox/ustream.h> +#include <libubox/utils.h> #include <libubus.h> |