diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-01 19:07:02 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-08-01 19:07:02 -0300 |
commit | 906eb058d481ef38069400bb39ccde268b229daf (patch) | |
tree | a30211baf2005dafed8b06d8da9ee2f57aaca92d /libre/openexr-libre/gcc43.patch | |
parent | 499cf845d68351efe3565012ba91752a3fb61086 (diff) | |
parent | 96805b13998f7f404698e18fbccefccdce3dba46 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/openexr-libre/gcc43.patch')
-rw-r--r-- | libre/openexr-libre/gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/openexr-libre/gcc43.patch b/libre/openexr-libre/gcc43.patch new file mode 100644 index 000000000..ab99eb9a1 --- /dev/null +++ b/libre/openexr-libre/gcc43.patch @@ -0,0 +1,11 @@ +--- exrenvmap/blurImage.cpp ++++ exrenvmap/blurImage.cpp +@@ -39,6 +39,8 @@ + // + //----------------------------------------------------------------------------- + ++#include <cstring> ++ + #include <blurImage.h> + + #include <resizeImage.h> |