summaryrefslogtreecommitdiff
blob: db9b90ff9d234367e037a561e0991f123c22cbee (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Sources/Core/IOData/Generic/inputsource_file.cpp
+++ b/Sources/Core/IOData/Generic/inputsource_file.cpp
@@ -32,6 +32,7 @@
 #ifdef WIN32
 #include <direct.h>
 #endif
+#include <unistd.h>
 #include <cstring>
 #include <API/Core/IOData/inputsource_file.h>