mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 10:26:17 +00:00
trivial: Move the sys/mman.h include to the right #ifdef
This commit is contained in:
parent
82cb7acb13
commit
66482687f7
@ -15,10 +15,13 @@
|
||||
#include <glib/gstdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MEMFD_CREATE
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_UTSNAME_H
|
||||
|
Loading…
Reference in New Issue
Block a user