From 6e9ee6015259c6612e2298e1284deeac0cf82cf3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 19 Feb 2009 19:45:49 +0000 Subject: [PATCH] Include string.h for strncpy prototype Include strings.h for bcopy and bzero prototype --- usr.sbin/lmcconfig/lmcconfig.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/lmcconfig/lmcconfig.c b/usr.sbin/lmcconfig/lmcconfig.c index f94c4d1bb6cc..1fe63f76e958 100644 --- a/usr.sbin/lmcconfig/lmcconfig.c +++ b/usr.sbin/lmcconfig/lmcconfig.c @@ -68,6 +68,8 @@ #include #include #include +#include +#include #include #if defined(NETGRAPH) # include