opnsense-ports/graphics/gplot/files/patch-gplot.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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"