summaryrefslogtreecommitdiff
path: root/ctl-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ctl-include.patch')
-rw-r--r--ctl-include.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/ctl-include.patch b/ctl-include.patch
deleted file mode 100644
index d9c7c2e..0000000
--- a/ctl-include.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- ctl-1.4.1/IlmCtl/CtlLex.cpp.orig 2007-03-20 18:48:40.000000000 +0100
-+++ ctl-1.4.1/IlmCtl/CtlLex.cpp 2013-03-28 18:59:30.520355166 +0100
-@@ -57,6 +57,7 @@
- #include <CtlLContext.h>
- #include <iomanip>
- #include <cassert>
-+#include <cstdlib>
-
-
- #if 0
---- ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h.orig 2006-11-30 02:46:44.000000000 +0100
-+++ ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h 2013-03-28 19:05:40.243672986 +0100
-@@ -49,6 +49,7 @@
- #ifndef INCLUDED_CTL_SIMD_REG_H
- #define INCLUDED_CTL_SIMD_REG_H
-
-+#include <cstring>
- #include <typeinfo>
- #include <CtlExc.h>
- #include <Iex.h>
---- ctl-1.4.1/IlmCtl/CtlInterpreter.cpp.orig 2006-12-14 23:43:55.000000000 +0100
-+++ ctl-1.4.1/IlmCtl/CtlInterpreter.cpp 2013-03-28 22:09:59.194860880 +0100
-@@ -69,6 +69,8 @@
- #include <io.h>
- #include <stdio.h>
- #include <stdlib.h>
-+#else
-+ #include <unistd.h>
- #endif
-
- using namespace std;