summaryrefslogtreecommitdiff
path: root/graphics/gplot/files/patch-cgmb.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gplot/files/patch-cgmb.c')
-rw-r--r--graphics/gplot/files/patch-cgmb.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gplot/files/patch-cgmb.c b/graphics/gplot/files/patch-cgmb.c
new file mode 100644
index 000000000000..d142a5bf524b
--- /dev/null
+++ b/graphics/gplot/files/patch-cgmb.c
@@ -0,0 +1,15 @@
+--- cgmb.c.orig Fri Sep 13 02:57:17 1991
++++ cgmb.c Sat Jun 16 01:08:42 2007
+@@ -2,7 +2,12 @@
+ #include <ctype.h>
+ #include <math.h>
+ #include <stdio.h>
++#include <string.h>
+ #include "defs.h"
++
++static flush_cmd();
++static cb_fixed();
++
+ #define byte_size 8
+ #define byte_mask 255
+ /* module for CGM binary output */