diff --git a/commands/ash/input.c b/commands/ash/input.c index 251232aa2..109cbfa30 100755 --- a/commands/ash/input.c +++ b/commands/ash/input.c @@ -67,6 +67,7 @@ __FBSDID("$FreeBSD: src/bin/sh/input.c,v 1.22 2004/04/06 20:06:51 markm Exp $"); #include #else /* What about other systems? */ +char *readline(char *prompt); #endif #else #include "myhistedit.h"