diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 05:49:11 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 05:49:11 +0200 |
commit | 818abd9f2f42c36a0f91ff6d29a9a635398216e0 (patch) | |
tree | 93d798fa855cc8acc6bbd5754ab2b50186ef42c2 /interface-ip.c | |
parent | f026eb8247d74f88a6b704af866879867574f9f0 (diff) |
move ip related functions and data structures to a separate header file
Diffstat (limited to 'interface-ip.c')
-rw-r--r-- | interface-ip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.c b/interface-ip.c index 2a26a4a..6decaea 100644 --- a/interface-ip.c +++ b/interface-ip.c @@ -5,6 +5,7 @@ #include "netifd.h" #include "device.h" #include "interface.h" +#include "interface-ip.h" #include "proto.h" #include "ubus.h" #include "system.h" |