From 3de02228f7173cb1c4d974db08b81f83aa277724 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 16 Oct 2017 12:34:36 -0400 Subject: Include sys/wait.h in ish Annoying when these things somehow get included through other means without your knowing. FreeBSD seems to have much better separation between header files than Darwin. --- bin/ish.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ish.c') diff --git a/bin/ish.c b/bin/ish.c index e0870e29..3364474d 100644 --- a/bin/ish.c +++ b/bin/ish.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include -- cgit 1.4.1