mirror of https://github.com/WerWolv/ImHex.git
build: Actually use correct fcntl.h
This commit is contained in:
parent
a966cab155
commit
603ff9256c
|
@ -16,7 +16,7 @@
|
|||
#else
|
||||
#include <sys/mman.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
namespace hex::plugin::builtin {
|
||||
|
|
Loading…
Reference in New Issue