mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
16 lines
302 B
Diff
16 lines
302 B
Diff
|
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>
|