diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-18 16:36:29 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-18 16:36:29 +0000 |
commit | 980071c3b8c14b948fbe6a1fed37f3ba6ac37ce7 (patch) | |
tree | 820ba3fc162b9714dfd0c24868284cb296259739 /sci-chemistry/imosflm/files | |
parent | version bump; stable x86 amd64 (diff) | |
download | historical-980071c3b8c14b948fbe6a1fed37f3ba6ac37ce7.tar.gz historical-980071c3b8c14b948fbe6a1fed37f3ba6ac37ce7.tar.bz2 historical-980071c3b8c14b948fbe6a1fed37f3ba6ac37ce7.zip |
Fixed implicit declarations
Package-Manager: portage-2.2.0_alpha17/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/imosflm/files')
-rw-r--r-- | sci-chemistry/imosflm/files/1.0.4-impl-dec.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/imosflm/files/1.0.4-impl-dec.patch b/sci-chemistry/imosflm/files/1.0.4-impl-dec.patch new file mode 100644 index 000000000000..5d0dd7010910 --- /dev/null +++ b/sci-chemistry/imosflm/files/1.0.4-impl-dec.patch @@ -0,0 +1,12 @@ +diff --git a/c/tkImageLoad.c b/c/tkImageLoad.c +index e7c46f0..1496a15 100755 +--- a/c/tkImageLoad.c ++++ b/c/tkImageLoad.c +@@ -12,6 +12,7 @@ + #include <tcl.h> + #include <tk.h> + #include <assert.h> ++#include <stdlib.h> + + #define HEADER_LINE_LENGTH 512 + #define BYTES_PER_PIXEL 2 |