fixed missing header file on Fedora

This commit is contained in:
Mark Vejvoda
2010-06-08 14:13:33 +00:00
parent 4fd75e5d7d
commit 8d62198ca3

View File

@@ -22,9 +22,9 @@
#ifdef WIN32
#include <io.h> // for open()
#include <sys/stat.h> // for open()
#endif
#include <sys/stat.h> // for open()
#include "platform_util.h"
#include "platform_common.h"
#include "conversion.h"