netpbm/netpbm-10.28-gcc4.patch

21 lines
619 B
Diff
Raw Normal View History

2005-10-21 12:52:58 +00:00
--- netpbm-10.30/lib/pm.h.gcc4 2005-10-21 12:19:56.000000000 +0200
+++ netpbm-10.30/lib/pm.h 2005-10-21 12:20:03.000000000 +0200
2005-06-10 09:25:59 +00:00
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <ctype.h>
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include <setjmp.h>
#include <sys/stat.h>
2005-10-21 12:52:58 +00:00
--- netpbm-10.30/urt/rle.h.gcc4 2005-10-21 12:19:56.000000000 +0200
+++ netpbm-10.30/urt/rle.h 2005-10-21 12:21:31.000000000 +0200
2005-06-10 09:25:59 +00:00
@@ -36,6 +36,7 @@
2005-10-21 12:52:58 +00:00
#include "rle_config.h" /* Configuration parameters. */
2005-06-10 09:25:59 +00:00
2005-10-21 12:52:58 +00:00
#include <stdio.h> /* Declare FILE. */
2005-06-10 09:25:59 +00:00
+#include <string.h>
#ifdef c_plusplus
#define USE_PROTOTYPES