diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2017-01-20 09:11:19 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2017-01-20 09:11:19 +0000 |
commit | a8dd313c7dc601defd22a0776d9bf0f21325b3ec (patch) | |
tree | 943cd653969ccba0f8874d337827158b680ff68d | |
parent | 87e9f9f1103d70cf6ecdb6f5115f88c564430e02 (diff) |
Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.
Found by krw@
-rw-r--r-- | usr.sbin/snmpd/mib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/snmpd/mib.c b/usr.sbin/snmpd/mib.c index 0dfd8c84f2b..8a35db9ad6a 100644 --- a/usr.sbin/snmpd/mib.c +++ b/usr.sbin/snmpd/mib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mib.c,v 1.81 2016/10/28 08:01:53 rzalamena Exp $ */ +/* $OpenBSD: mib.c,v 1.82 2017/01/20 09:11:18 claudio Exp $ */ /* * Copyright (c) 2012 Joel Knight <joel@openbsd.org> @@ -41,6 +41,7 @@ #include <net/if.h> #include <net/if_types.h> #include <net/pfvar.h> +#include <netinet/ip_ipsp.h> #include <net/if_pfsync.h> #include <stdlib.h> |