summaryrefslogtreecommitdiff
blob: 376ee8c4fc876876f282348c4a2e9c589970b39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- cpint-2.5.3/actgen.c
+++ cpint-2.5.3/actgen.c
@@ -45,6 +45,7 @@
 /************************************************************/
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>
--- cpint-2.5.3/diag0.c
+++ cpint-2.5.3/diag0.c
@@ -46,6 +46,8 @@
 /************************************************************/
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <sys/ioctl.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>
--- cpint-2.5.3/hcp.c
+++ cpint-2.5.3/hcp.c
@@ -48,6 +48,8 @@
 /************************************************************/
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <sys/ioctl.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>
--- cpint-2.5.3/mongen.c
+++ cpint-2.5.3/mongen.c
@@ -59,6 +59,8 @@
 /************************************************************/
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <sys/ioctl.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>