diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-28 01:03:42 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-12-04 23:41:05 +0100 |
commit | bdf6504f6fb8861e3932fdec840c94824d07d2b8 (patch) | |
tree | e9325365f3a5fc23ab90bf9c1d5bb640a20dec6b /nest/iface.h | |
parent | b820dcebeabc8d56e30fd8ce2f95551ca3580a53 (diff) |
TunnelEncaps: Initial commit
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index f8e92850..daf84a7c 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -11,6 +11,7 @@ #include "lib/lists.h" #include "lib/ip.h" +#include "lib/net.h" extern list iface_list; |