mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Include string.h for strncpy prototype
Include strings.h for bcopy and bzero prototype
This commit is contained in:
parent
7d11259539
commit
6e9ee60152
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188826
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user