diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-25 10:21:26 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-25 10:21:26 +0000 |
commit | 63dad9db73900f9731bb3dcf60c76f857b44c2da (patch) | |
tree | 37bd24035d555950c72a816ed10d4218973de6a5 /sbin | |
parent | 471619eebe5b8803bf6d14bd1dd9e27fa95093ad (diff) |
Fix missing include file, after the re-positioning of sockaddr_union
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipsecadm/ipsecadm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsecadm/ipsecadm.c b/sbin/ipsecadm/ipsecadm.c index fd5ec3badbb..b0f6a8e166c 100644 --- a/sbin/ipsecadm/ipsecadm.c +++ b/sbin/ipsecadm/ipsecadm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecadm.c,v 1.7 1999/02/25 00:02:27 angelos Exp $ */ +/* $OpenBSD: ipsecadm.c,v 1.8 1999/02/25 10:21:25 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -60,6 +60,7 @@ #include <paths.h> #include <sys/uio.h> #include <net/pfkeyv2.h> +#include <netinet/ip_ipsp.h> #define ESP_OLD 0x01 #define ESP_NEW 0x02 |