mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add needed include of mman.h to fix sparc64 buildworld.
This commit is contained in:
parent
dbc3719d2a
commit
cf85da5c68
1 changed files with 3 additions and 1 deletions
|
|
@ -39,12 +39,14 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "debug.h"
|
||||
#include "rtld.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue