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 /interface.h | |
parent | c986fc7131d360923908546deab26717a839400d (diff) |
rework includes
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.h b/interface.h index 87a7cb3..6bd8761 100644 --- a/interface.h +++ b/interface.h @@ -1,6 +1,8 @@ #ifndef __NETIFD_INTERFACE_H #define __NETIFD_INTERFACE_H +#include "device.h" + struct interface; struct interface_proto_state; |