Include string.h for strncpy prototype

Include strings.h for bcopy and bzero prototype
This commit is contained in:
Warner Losh 2009-02-19 19:45:49 +00:00
parent 7d11259539
commit 6e9ee60152
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188826

View File

@ -68,6 +68,8 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#if defined(NETGRAPH)
# include <netgraph.h>