diff options
author | John Denker <jsd@av8n.com> | 2012-06-03 00:00:54 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-07-13 18:39:07 -0700 |
commit | 901d0f9826229478c4dae4a99c750e148c00ca95 (patch) | |
tree | 95e69e08d1d7014762a79b7b9eea6f6953926736 /tools | |
parent | f9858dc762e2a845c9fa51fd23cf7cfeb008e7db (diff) |
pass config-file in environment, since can't pass it as arg
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hi-q.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> -#include <stdlib.h> /* for malloc() */ +#include <stdlib.h> /* for exit(), getenv() */ #include <stdio.h> #include <errno.h> #include <sys/types.h> /* for fork(), wait() */ |