From 8c8443ab963c1f888eb1da4c5868b9f578078f9b Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 24 Oct 1999 02:58:39 +0000 Subject: 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.sbin/ngctl/ngctl.h | 1 + usr.sbin/nghook/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index 3f68422..64ba3db 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 1244b02..ce29d9d 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" -- cgit v1.1