From 801fb2ec4cee9afa8ff5f4eae9025c6d21aa2187 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 20 Jun 2007 14:18:39 +0000 Subject: - Unbreak - Fix build with gcc 4.2 PR: 113774 Submitted by: KATO Tsuguru --- graphics/gplot/files/patch-carray.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 graphics/gplot/files/patch-carray.c (limited to 'graphics/gplot/files/patch-carray.c') diff --git a/graphics/gplot/files/patch-carray.c b/graphics/gplot/files/patch-carray.c new file mode 100644 index 000000000000..5296b688958d --- /dev/null +++ b/graphics/gplot/files/patch-carray.c @@ -0,0 +1,14 @@ +--- carray.c.orig Fri Sep 13 02:57:13 1991 ++++ carray.c Sat Jun 16 02:27:51 2007 +@@ -3,6 +3,11 @@ + /* all rights reserved */ + #include "defs.h" + #include ++#include ++#include ++ ++static do_line(); ++ + /* a few globals */ + #define byte_size 8 + unsigned char *allocate_mem(); /* in utils.c */ -- cgit v1.2.3