Fix Lightrec build on Windows and Linux
[pcsx_rearmed.git] / libpcsxcore / lightrec / mem.c
index 76608ea..c7fa7da 100644 (file)
 #define MAP_FIXED_NOREPLACE 0x100000
 #endif
 
+#ifndef MFD_HUGETLB
+#define MFD_HUGETLB 0x0004
+#endif
+
 static const uintptr_t supported_io_bases[] = {
        0x0,
        0x10000000,