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(+) 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 s commit dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2019-09-07Add -x flag to titleJune McEnroe
2019-09-07Ignore SIGPIPE in relayJune McEnroe
2019-09-07Add A Memory Called EmpireJune McEnroe
2019-09-05Handle lack of Content-TypeJune McEnroe
2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe
2019-09-05Decode entities in titlesJune McEnroe
2019-09-05Print title as soon as it's availableJune McEnroe
2019-09-05Use CURL_PREFIX to set flagsJune McEnroe
2019-09-05Add titleJune McEnroe
2019-09-04Add Avorter n'est pas tuerJune McEnroe
2019-08-29Unset executable on shell scriptsJune McEnroe
2019-08-29Add long-missing setopt to bin.7June McEnroe
2019-08-29Add editJune McEnroe