diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-20 14:18:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-20 14:18:39 +0000 |
commit | 801fb2ec4cee9afa8ff5f4eae9025c6d21aa2187 (patch) | |
tree | 6e2fe5284f2c541fa612394b1086614f42e27b1a /graphics/gplot/files/patch-cgmc.c | |
parent | - Fix build with gcc 4.2 (diff) |
- Unbreak
- Fix build with gcc 4.2
PR: 113774
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=193972
Diffstat (limited to 'graphics/gplot/files/patch-cgmc.c')
-rw-r--r-- | graphics/gplot/files/patch-cgmc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/gplot/files/patch-cgmc.c b/graphics/gplot/files/patch-cgmc.c new file mode 100644 index 000000000000..c1eaccfd06da --- /dev/null +++ b/graphics/gplot/files/patch-cgmc.c @@ -0,0 +1,10 @@ +--- cgmc.c.orig Fri Sep 13 02:57:25 1991 ++++ cgmc.c Sat Jun 16 02:06:22 2007 +@@ -3,6 +3,7 @@ + #include <ctype.h> + #include <math.h> + #include <stdio.h> ++#include <string.h> + #include "defs.h" + #include "ccdefs.h" + #define byte_size 8 |