1
0
mirror of synced 2025-02-17 18:59:21 +01:00

build: Actually use correct fcntl.h

This commit is contained in:
WerWolv 2022-12-19 07:16:38 +01:00
parent a966cab155
commit 603ff9256c

View File

@ -16,7 +16,7 @@
#else
#include <sys/mman.h>
#include <unistd.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#endif
namespace hex::plugin::builtin {