File PDL-2.4.7-implicit-decl.patch of Package perl-PDL
Index: IO/Browser/browse.c
===================================================================
--- IO/Browser/browse.c.orig 2008-11-13 05:13:58.000000000 +0100
+++ IO/Browser/browse.c 2009-11-29 19:37:38.000000000 +0100
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <ctype.h>
#ifdef bool
#undef bool
#endif
Index: Basic/MatrixOps/simq.c
===================================================================
--- Basic/MatrixOps/simq.c.orig 2008-11-13 05:13:54.000000000 +0100
+++ Basic/MatrixOps/simq.c 2009-11-29 19:39:20.000000000 +0100
@@ -47,6 +47,8 @@
/* simq 2 */
+#include <stdio.h>
+
int simq( A, B, X, n, flag, IPS )
double A[], B[], X[];
int n, flag;