blob: c1eaccfd06da040e03b4cde524cbcf3bc6f78a81 (
plain)
1
2
3
4
5
6
7
8
9
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
|