mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Pull in bcopy() prototype from <string.h> when compiled in userland.
This commit is contained in:
parent
6ac6d2c895
commit
81377a3f17
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@
|
|||
#include <sys/disklabel.h>
|
||||
#ifdef _KERNEL
|
||||
#include <sys/systm.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue