add code to set ip addresses when an interface with the static proto is brought up
[project/netifd.git] / ubus.c
diff --git a/ubus.c b/ubus.c
index e5df1fb..72cf0e5 100644 (file)
--- a/ubus.c
+++ b/ubus.c
@@ -1,6 +1,7 @@
 #include <string.h>
 
 #include "netifd.h"
+#include "interface.h"
 #include "ubus.h"
 
 static struct ubus_context *ctx = NULL;