blob: 19ebab6fd07d3c9d2bd46f57b987961f5243773e (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./Sources/Core/IOData/Generic/inputsource_file.cpp.orig 2012-12-30 01:49:01.698950614 +0400
+++ ./Sources/Core/IOData/Generic/inputsource_file.cpp 2012-12-30 01:49:27.714977456 +0400
@@ -32,6 +32,7 @@
#ifdef WIN32
#include <direct.h>
#endif
+#include <unistd.h>
#include <cstring>
#include <API/Core/IOData/inputsource_file.h>
|