* Only produce the error message once.
*/
-#include <h/mh.h>
+#include "h/mh.h"
+#include "ext_hook.h"
+#include "context_find.h"
+#include "pidstatus.h"
+#include "arglist.h"
#include "error.h"
int
int status; /* exit or other child process status */
char **vec; /* argument vector for child process */
int vecp; /* Vector index */
- char *program; /* Name of program to execute */
+ char *program; /* Name of program to execute */
static bool did_message; /* set if we've already output a message */