diff options
author | 2013-05-14 14:29:08 +0000 | |
---|---|---|
committer | 2013-05-14 14:29:08 +0000 | |
commit | 44570b4462d3184f6355344f9660eabdd8234246 (patch) | |
tree | f4c1d607b38de5ad4a4e4d493956a47b7e88d3a1 /sys/netinet/ip_ipcomp.c | |
parent | sync sets for libc bump; broken snapshots reported by dmitry dot sensei (diff) | |
download | wireguard-openbsd-44570b4462d3184f6355344f9660eabdd8234246.tar.xz wireguard-openbsd-44570b4462d3184f6355344f9660eabdd8234246.zip |
Fix build with ENCDEBUG defined.
Diffstat (limited to 'sys/netinet/ip_ipcomp.c')
-rw-r--r-- | sys/netinet/ip_ipcomp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipcomp.c b/sys/netinet/ip_ipcomp.c index 3f3d1cf8758..64a57147fb0 100644 --- a/sys/netinet/ip_ipcomp.c +++ b/sys/netinet/ip_ipcomp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipcomp.c,v 1.31 2013/04/11 12:06:25 mpi Exp $ */ +/* $OpenBSD: ip_ipcomp.c,v 1.32 2013/05/14 14:29:08 mpi Exp $ */ /* * Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org) @@ -43,6 +43,7 @@ #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> +#include <netinet/ip_var.h> #endif /* INET */ #ifdef INET6 |