Include string.h for non-kernel builds to get proper memcpy prototype.
This commit is contained in:
parent
3ee45e3f2e
commit
ecc1614c2b
@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user