ports/graphics/gplot/files/patch-gplot.c
Martin Wilke 801fb2ec4c - Unbreak
- Fix build with gcc 4.2

PR:		113774
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-20 14:18:39 +00:00

11 lines
308 B
C

--- gplot.c.orig Thu Oct 31 06:33:47 1991
+++ gplot.c Sat Jun 16 02:01:54 2007
@@ -4,6 +4,8 @@
considered callable by other programs (inclusion of graphics with text)
*/
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "defs.h"
#define max_str 128
#define version_str "4.3b2"