summaryrefslogtreecommitdiff
blob: ec4ce5184eb229f8e380a21f1fb07bcab4ecbb72 (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
diff -urN work.orig/expect-5.42/exp_glob.c work/expect-5.42/exp_glob.c
--- work.orig/expect-5.42/exp_glob.c	2009-06-02 00:07:02.429807485 -0400
+++ work/expect-5.42/exp_glob.c	2009-06-02 00:09:05.039817979 -0400
@@ -11,6 +11,7 @@
 
 */
 
+#include <string.h>
 #include "expect_cf.h"
 #include "tcl.h"
 #include "exp_int.h"
diff -urN work.orig/expect-5.42/exp_main_exp.c work/expect-5.42/exp_main_exp.c
--- work.orig/expect-5.42/exp_main_exp.c	2009-06-02 00:07:02.429807485 -0400
+++ work/expect-5.42/exp_main_exp.c	2009-06-02 00:08:09.867365455 -0400
@@ -9,6 +9,7 @@
 
 #include "expect_cf.h"
 #include <stdio.h>
+#include <stdlib.h>
 #include "tcl.h"
 #include "expect_tcl.h"
 
diff -urN work.orig/expect-5.42/pty_termios.c work/expect-5.42/pty_termios.c
--- work.orig/expect-5.42/pty_termios.c	2009-06-02 00:07:02.449818499 -0400
+++ work/expect-5.42/pty_termios.c	2009-06-02 00:08:41.878505396 -0400
@@ -8,6 +8,7 @@
 */
 
 #include <stdio.h>
+#include <string.h>
 #include <signal.h>
 
 #if defined(SIGCLD) && !defined(SIGCHLD)