Cvars: Fix field orders and linux compilation

This commit is contained in:
Arkshine
2015-01-27 16:27:26 +01:00
parent d75b14d4af
commit 1a5e1928ec
2 changed files with 9 additions and 8 deletions

View File

@ -34,6 +34,7 @@
#if defined(__linux__) || defined(__APPLE__)
#include <sys/mman.h>
#include <unistd.h>
#ifndef PAGE_SIZE
#define PAGE_SIZE 4096
#endif