Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
308 B
C
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"
|