diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-29 21:12:07 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-29 21:12:07 +0200 |
commit | aa76c9ee78146f97512f96524d3abb94210040a5 (patch) | |
tree | 03084f3b49c093d0abfa1e81eb913942762f2203 /system-dummy.c | |
parent | c986fc7131d360923908546deab26717a839400d (diff) |
rework includes
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c index e143d8b..aadb64f 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -2,6 +2,7 @@ #include <string.h> #include "netifd.h" +#include "device.h" int system_bridge_addbr(struct device *bridge) { |