From db4c00d880b67af735af9b18835ae900f5be9e53 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Wed, 23 Nov 2011 18:47:16 -0500 Subject: Readline-2.2 import --- shell.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell.c') diff --git a/shell.c b/shell.c index eb99c72..553f3c1 100644 --- a/shell.c +++ b/shell.c @@ -27,6 +27,9 @@ #endif #if defined (HAVE_UNISTD_H) +# ifdef _MINIX +# include +# endif # include #endif /* HAVE_UNISTD_H */ @@ -36,6 +39,12 @@ # include "ansi_stdlib.h" #endif /* HAVE_STDLIB_H */ +#if defined (HAVE_STRING_H) +# include +#else +# include +#endif /* !HAVE_STRING_H */ + extern char *xmalloc (), *xrealloc (); #if !defined (SHELL) -- cgit v1.2.1