summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2015-09-10 14:56:41 +0000
committerdlg <dlg@openbsd.org>2015-09-10 14:56:41 +0000
commita33d975105b79105ad5110029bb129474d4b7567 (patch)
tree4fbca0f195dcac15680600a161033def65cb082f
parentStop supporting RTAX_IFP arguments with an interface name in the (diff)
downloadwireguard-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.h3
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