summaryrefslogtreecommitdiff
blob: 1aa4be4fe6d00fab9388de2f1ad873646a6526cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 https://bugs.gentoo.org/426368
 
 IlmCtl/CtlInterpreter.cpp | 1 +
 1 file changed, 1 insertion(+)

--- a/IlmCtl/CtlInterpreter.cpp
+++ b/IlmCtl/CtlInterpreter.cpp
@@ -64,6 +64,7 @@
 #include <fstream>
 #include <algorithm>
 #include <cassert>
+#include <unistd.h>
 
 #ifdef WIN32
     #include <io.h>