mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Include string.h for non-kernel builds to get proper memcpy prototype.
This commit is contained in:
parent
d8164209b3
commit
edb2e5dca3
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue