freebsd-ports/graphics/gplot/files/patch-drawcgm__cgm_textem.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

10 lines
233 B
C

--- drawcgm/cgm_textem.c.orig Thu Jul 18 02:22:32 1991
+++ drawcgm/cgm_textem.c Sat Jun 16 02:09:15 2007
@@ -37,6 +37,7 @@
#endif
#ifdef USE_UNIX
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#endif
#ifdef ardent