--- src/usr.bin/make/job.h 2005/08/03 19:48:44 1.39 +++ src/usr.bin/make/job.h 2005/09/22 09:13:38 1.40 @@ -69,6 +69,8 @@ void Job_AbortAll(void); void Proc_Init(void); void Sig_Init(bool); +extern struct Shell *commandShell; + struct Buffer *Cmd_Exec(const char *, const char **); int Compat_Run(struct Lst *, bool);