Pull in bcopy() prototype from <string.h> when compiled in userland.

This commit is contained in:
Poul-Henning Kamp 2003-05-02 19:53:55 +00:00
parent 6ac6d2c895
commit 81377a3f17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114548

View File

@ -46,6 +46,8 @@
#include <sys/disklabel.h>
#ifdef _KERNEL
#include <sys/systm.h>
#else
#include <string.h>
#endif
void