files that need it. No binary change.
"This looks fine" -nicm@
-/* $OpenBSD: exec.c,v 1.57 2015/09/22 21:50:40 millert Exp $ */
+/* $OpenBSD: exec.c,v 1.58 2015/10/17 18:26:24 mmcc Exp $ */
/*
* execute command tree
#include "c_test.h"
#include <ctype.h>
#include <sys/stat.h>
+#include <paths.h>
/* Does ps4 get parameter substitutions done? */
# define PS4_SUBSTITUTE(s) substitute((s), 0)
-/* $OpenBSD: main.c,v 1.64 2015/10/16 14:45:16 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.65 2015/10/17 18:26:24 mmcc Exp $ */
/*
* startup, main loop, environments and error handling
#include "sh.h"
#include <sys/stat.h>
#include <pwd.h>
+#include <paths.h>
extern char **environ;
-/* $OpenBSD: sh.h,v 1.37 2015/09/14 16:08:50 nicm Exp $ */
+/* $OpenBSD: sh.h,v 1.38 2015/10/17 18:26:24 mmcc Exp $ */
/*
* Public Domain Bourne/Korn shell
#include <signal.h>
-#include <paths.h>
-
/* end of common headers */
/* some useful #defines */