mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 19:31:23 +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 <glib/gstdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/mman.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_MEMFD_CREATE
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef HAVE_UTSNAME_H
|
#ifdef HAVE_UTSNAME_H
|
||||||
|
Loading…
Reference in New Issue
Block a user