X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Freadline%2Fshell.c;h=553f3c1cc902b2162872d8f393468cee6b376fff;hb=cce855bc5b117cb7ae70064131120687bc69fac0;hp=eb99c7276e39993ec2a74dc27e63a75827453201;hpb=e8ce775db824de329b81293b4e5d8fbd65624528;p=platform%2Fupstream%2Fbash.git diff --git a/lib/readline/shell.c b/lib/readline/shell.c index eb99c72..553f3c1 100644 --- a/lib/readline/shell.c +++ b/lib/readline/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)