From ec157dfefbc339352e1282ae61955b0c69df993e Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Tue, 3 Jan 2017 14:37:53 -0500 Subject: commit bash-20161230 snapshot --- findcmd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'findcmd.c') diff --git a/findcmd.c b/findcmd.c index 7ff349ce..8c6e2d63 100644 --- a/findcmd.c +++ b/findcmd.c @@ -38,6 +38,7 @@ #include "memalloc.h" #include "shell.h" +#include "execute_cmd.h" #include "flags.h" #include "hashlib.h" #include "pathexp.h" @@ -50,9 +51,6 @@ extern int errno; #endif -extern int posixly_correct; -extern int last_command_exit_value; - /* Static functions defined and used in this file. */ static char *_find_user_command_internal __P((const char *, int)); static char *find_user_command_internal __P((const char *, int)); -- cgit v1.2.1