From ebdb21f42966ac6f083f1015e2957ce522ff6cf6 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 24 Oct 1999 02:58:39 +0000 Subject: [PATCH] Put include back in - problem was due to a cvsup mess on freefall. There may also be a real problem w/ buildworld but the fix would go somewhere else, not here. --- usr.bin/netstat/netgraph.c | 1 + usr.sbin/ngctl/ngctl.h | 1 + usr.sbin/nghook/main.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index e43fb7bba1c1..82a2d87c37e4 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -48,6 +48,7 @@ static const char rcsid[] = #include +#include #include #include #include diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index 3f684220bd53..64ba3db2d913 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -52,6 +52,7 @@ #include #include +#include #include #include diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c index 1244b023baaa..ce29d9d0e368 100644 --- a/usr.sbin/nghook/main.c +++ b/usr.sbin/nghook/main.c @@ -51,7 +51,7 @@ #include #include -#include +#include #define DEFAULT_HOOKNAME "debug" #define NG_SOCK_HOOK_NAME "hook"