summaryrefslogtreecommitdiff
path: root/graphics/gplot/files/patch-drawcgm__cgm_clip.c
blob: 0d663c32de6b7d8ca72a5b58da4b8c9b866ecc75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- drawcgm/cgm_clip.c.orig	Fri Mar 20 03:28:47 1992
+++ drawcgm/cgm_clip.c	Sat Jun 16 02:08:24 2007
@@ -13,6 +13,8 @@
 #endif
 #if (!VMS)
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #endif
 
 #include "cgm_clip.h"
@@ -85,8 +87,6 @@
 	successful.
 */	
 {
-	char *malloc();
-
 	if (nx>ixbuf_sz)
 		{
 		if (debug) fprintf(stderr,