diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-07 21:50:22 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-07 21:50:22 +0000 |
commit | 499a947097f0bada30e12c6a562e75ca30201c00 (patch) | |
tree | 45009dbae83832aa08ca20810a16ee4784219d67 /sys/netinet/ip_gre.c | |
parent | b75238087911739aca7af1cc39961aaa6d9829e7 (diff) |
Missing sysctl.h include
Diffstat (limited to 'sys/netinet/ip_gre.c')
-rw-r--r-- | sys/netinet/ip_gre.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index f3c61ea18a1..a85cca9e522 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_gre.c,v 1.1 2000/01/07 21:38:01 angelos Exp $ */ +/* $OpenBSD: ip_gre.c,v 1.2 2000/01/07 21:50:21 angelos Exp $ */ /* $NetBSD: ip_gre.c,v 1.9 1999/10/25 19:18:11 drochner Exp $ */ /* @@ -58,6 +58,7 @@ #include <sys/kernel.h> #include <sys/ioctl.h> #include <sys/syslog.h> +#include <sys/sysctl.h> #include <net/if.h> #include <net/netisr.h> #include <net/route.h> |