diff options
author | 1999-10-30 20:17:54 +0000 | |
---|---|---|
committer | 1999-10-30 20:17:54 +0000 | |
commit | e1c28bc8713ae6b14522dce14e252fb79c5ad2df (patch) | |
tree | b2c41c2ac86fd717ace8f53694c5661d5b11887a | |
parent | NetBSD take note: (diff) | |
download | wireguard-openbsd-e1c28bc8713ae6b14522dce14e252fb79c5ad2df.tar.xz wireguard-openbsd-e1c28bc8713ae6b14522dce14e252fb79c5ad2df.zip |
Add missing include file, system/957 (evanc@concer.to).
-rw-r--r-- | usr.sbin/tcpdump/print-enc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-enc.c b/usr.sbin/tcpdump/print-enc.c index 89818e44a69..74093ce39bc 100644 --- a/usr.sbin/tcpdump/print-enc.c +++ b/usr.sbin/tcpdump/print-enc.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-enc.c,v 1.1 1998/06/11 00:01:25 provos Exp $ (LBL)"; + "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-enc.c,v 1.2 1999/10/30 20:17:54 angelos Exp $ (LBL)"; #endif #include <sys/param.h> @@ -35,6 +35,7 @@ static const char rcsid[] = struct rtentry; #endif #include <net/if.h> +#include <netinet/ip_ipsp.h> #include <net/if_enc.h> #include <netinet/in.h> |