Pull in bcopy() prototype from <string.h> when compiled in userland.
This commit is contained in:
parent
406073e21a
commit
3f52da0d28
@ -46,6 +46,8 @@
|
||||
#include <sys/disklabel.h>
|
||||
#ifdef _KERNEL
|
||||
#include <sys/systm.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user