diff options
author | 2015-09-10 14:56:41 +0000 | |
---|---|---|
committer | 2015-09-10 14:56:41 +0000 | |
commit | a33d975105b79105ad5110029bb129474d4b7567 (patch) | |
tree | 4fbca0f195dcac15680600a161033def65cb082f | |
parent | Stop supporting RTAX_IFP arguments with an interface name in the (diff) | |
download | wireguard-openbsd-a33d975105b79105ad5110029bb129474d4b7567.tar.xz wireguard-openbsd-a33d975105b79105ad5110029bb129474d4b7567.zip |
include srp.h so userland can understand struct srpl.
noticed by deraadt@
-rw-r--r-- | sys/net/if_var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 69e6c2e9a21..3ff0a9012fd 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_var.h,v 1.36 2015/09/10 13:32:19 dlg Exp $ */ +/* $OpenBSD: if_var.h,v 1.37 2015/09/10 14:56:41 dlg Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -38,6 +38,7 @@ #include <sys/queue.h> #include <sys/mbuf.h> +#include <sys/srp.h> #ifdef _KERNEL #include <net/hfsc.h> #endif |