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

This commit is contained in:
phk 2003-05-02 19:53:55 +00:00
parent 406073e21a
commit 3f52da0d28

View File

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