summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-29 21:12:07 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-03-29 21:12:07 +0200
commitaa76c9ee78146f97512f96524d3abb94210040a5 (patch)
tree03084f3b49c093d0abfa1e81eb913942762f2203 /interface.h
parentc986fc7131d360923908546deab26717a839400d (diff)
downloadnetifd-aa76c9ee78146f97512f96524d3abb94210040a5.tar.gz
rework includes
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h2
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;