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

View file

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