Include strings.h for bzero()

This commit is contained in:
Xin LI 2006-06-05 08:51:14 +00:00
parent 62b5e735a6
commit 60555db2e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159246
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mman.h>
#include <sys/fnv_hash.h>
#include <stdlib.h>
#include <strings.h>
#include <unistd.h>
#include <nlist.h>
#include <kvm.h>

View File

@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mman.h>
#include <sys/fnv_hash.h>
#include <stdlib.h>
#include <strings.h>
#include <unistd.h>
#include <nlist.h>
#include <kvm.h>