diff options
-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() */ |