nixpkgs/pkgs/development/libraries/freeimage/memset.patch
Lluís Batlle i Rossell 8876963325 I forgot a patch for freeimage.
svn path=/nixpkgs/trunk/; revision=24673
2010-11-11 22:16:39 +00:00

12 lines
377 B
Diff

diff -urN a/Source/OpenEXR/Imath/ImathMatrix.h b/Source/OpenEXR/Imath/ImathMatrix.h
--- a/Source/OpenEXR/Imath/ImathMatrix.h 2010-07-17 12:48:40.000000000 +0200
+++ b/Source/OpenEXR/Imath/ImathMatrix.h 2010-09-03 18:38:37.138598422 +0200
@@ -49,6 +49,7 @@
#include "ImathVec.h"
#include "ImathShear.h"
+#include <string.h>
#include <iostream>
#include <iomanip>