From 818abd9f2f42c36a0f91ff6d29a9a635398216e0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 5 Sep 2011 05:49:11 +0200 Subject: move ip related functions and data structures to a separate header file --- system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system.h') diff --git a/system.h b/system.h index 835a49d..8658467 100644 --- a/system.h +++ b/system.h @@ -3,6 +3,7 @@ #include #include "device.h" +#include "interface-ip.h" int system_bridge_addbr(struct device *bridge); int system_bridge_delbr(struct device *bridge); -- cgit v1.2.1