From 405fc1165a74f692670f70b4749507b6a98f08ec Mon Sep 17 00:00:00 2001 From: dillon Date: Sat, 23 Oct 1999 17:45:11 +0000 Subject: Cleanup missing includes, stale includes, and a few printf format inconsistancies. --- usr.sbin/ngctl/ngctl.h | 2 +- usr.sbin/nghook/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ngctl/ngctl.h b/usr.sbin/ngctl/ngctl.h index b0fce23..3f68422 100644 --- a/usr.sbin/ngctl/ngctl.h +++ b/usr.sbin/ngctl/ngctl.h @@ -52,8 +52,8 @@ #include #include -#include #include +#include /* Command descriptors */ struct ngcmd { diff --git a/usr.sbin/nghook/main.c b/usr.sbin/nghook/main.c index ce29d9d..1244b02 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