From 8a47ea1dadd3b985f5266f198423e01e225e218d Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 9 May 2000 15:02:20 +0000 Subject: [PATCH] a few lingering (mem|str)(cmp|cpy|len) missing prototypes --- bin/named/logconf.c | 4 ++-- bin/named/server.c | 1 + bin/named/update.c | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/named/logconf.c b/bin/named/logconf.c index 6a3d485ac1..69e37a5013 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -17,6 +17,8 @@ #include +#include + #include #include @@ -174,5 +176,3 @@ ns_log_configure(isc_logconfig_t *lcctx, dns_c_logginglist_t *clog) { isc_logconfig_destroy(&lcctx); return (result); } - - diff --git a/bin/named/server.c b/bin/named/server.c index e79896b973..011cce2fa9 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/named/update.c b/bin/named/update.c index cae6967efd..9a0f9930a4 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -17,6 +17,7 @@ #include +#include #include #include