Files
perl-PDL/PDL-2.4.11-implicit.diff

20 lines
572 B
Diff

--- ./IO/Browser/browse.c.orig 2012-06-11 13:10:46.000000000 +0000
+++ ./IO/Browser/browse.c 2012-06-11 13:12:00.000000000 +0000
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <ctype.h>
#ifdef bool
#undef bool
--- ./Lib/Image2D/resample.c.orig 2012-06-11 13:19:59.000000000 +0000
+++ ./Lib/Image2D/resample.c 2012-06-11 13:20:16.000000000 +0000
@@ -8,6 +8,7 @@
* see http://www.eso.org/eclipse for further details
*/
+#include <string.h>
#include "resample.h"
/*-------------------------------------------------------------------------*/