From af3d10bdb6f8fc934d9839e4c7451c78368e8a50 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 2 Mar 2015 15:04:32 -0800 Subject: [PATCH] lib: texpect: Fix compile on Solaris / FreeBSD. https://bugzilla.samba.org/show_bug.cgi?id=10833 Signed-off-by: Jeremy Allison --- lib/texpect/texpect.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/texpect/texpect.c b/lib/texpect/texpect.c index c1a6a99..0aa35a7 100644 --- a/lib/texpect/texpect.c +++ b/lib/texpect/texpect.c @@ -31,7 +31,9 @@ * SUCH DAMAGE. */ -#include "config.h" +#include "replace.h" +#include "system/filesys.h" +#include "system/wait.h" #ifndef HAVE_SYS_TYPES_H #include -- 2.2.0.rc0.207.ga3a616c