From bd87848f93d46bf1b06e79c4759462230ecb8ae6 Mon Sep 17 00:00:00 2001 From: June 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(+) 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 'hidden' name='showmsg' value='1'/> web frontend for git
about summary refs log tree commit diff
Commit message (Collapse)Author
2015-05-14git: update to v2.4.1Christian Hesse
Update to git version v2.4.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-18ui-shared: allow remote refs in branch switcherChristian Hesse
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-14git: update to v2.3.3Christian Hesse
Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-13Bump versionJason A. Donenfeld
2015-03-13Remove no-op link from submodule entriesLukas Fleischer