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-ab | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'graphics/gplot/files/patch-ab') diff --git a/graphics/gplot/files/patch-ab b/graphics/gplot/files/patch-ab index 93233417a599..9c8831b96744 100644 --- a/graphics/gplot/files/patch-ab +++ b/graphics/gplot/files/patch-ab @@ -1,6 +1,14 @@ ---- utils.c.orig Fri Oct 25 19:08:50 2002 -+++ utils.c Fri Oct 25 19:10:44 2002 -@@ -300,9 +300,8 @@ +--- utils.c.orig Wed Oct 30 00:48:16 1991 ++++ utils.c Sat Jun 16 02:10:19 2007 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + #include "defs.h" + /* some include files vary in location */ + #ifdef VAXC +@@ -300,9 +301,8 @@ struct info_struct *out_info; struct one_opt *opt; /* put command line options here */ #define may_override(name) if (opt[(int) name].set) switch (opt[(int) name].tag) { \ -- cgit v1.2.3