From 901d0f9826229478c4dae4a99c750e148c00ca95 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 3 Jun 2012 00:00:54 -0700 Subject: pass config-file in environment, since can't pass it as arg --- tools/hi-q.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hi-q.c b/tools/hi-q.c index 1edf8f0..aa552e1 100644 --- a/tools/hi-q.c +++ b/tools/hi-q.c @@ -7,7 +7,7 @@ // That's because they might finish out of order. #include -#include /* for malloc() */ +#include /* for exit(), getenv() */ #include #include #include /* for fork(), wait() */ -- cgit v1.2.3