Fix linux compilation with gcc-4.8 and higher.

This commit is contained in:
Arkshine
2015-10-13 20:25:09 +02:00
parent 2eeeb2997d
commit 85f03c4a06
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include "MemoryUtils.h"
#include <stdio.h> // sscanf
#include <stdarg.h> // va_start, etc.
#if defined(__linux__)
#include <fcntl.h>