- patch to compile on gcc 4.7

This commit is contained in:
Mark Vejvoda
2012-05-01 14:55:06 +00:00
parent 2c8b1739e5
commit a70b1a9881
2 changed files with 6 additions and 4 deletions

View File

@@ -22,6 +22,8 @@
#ifdef WIN32
#include <io.h> // for open()
#else
#include <unistd.h>
#endif
#include <sys/stat.h> // for open()