summaryrefslogtreecommitdiff
blob: 556392d8b1895729d53d9c965086e563bf1bd83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- xc-4.3.2/crc.c
+++ xc-4.3.2/crc.c
@@ -5,6 +5,8 @@
  *  Crc - 32 BIT ANSI X3.66 CRC checksum files
  */
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #define OK 0
 #define ERROR (-1)
 #define LINT_ARGS
--- xc-4.3.2/xcterm.c
+++ xc-4.3.2/xcterm.c
@@ -4,6 +4,8 @@
 #define XCTERM_C 1
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>