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 #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 +#include #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 +#include #include #if defined(SIGCLD) && !defined(SIGCHLD)