]> granicus.if.org Git - neomutt/commitdiff
build: WIFEXITED is defined in sys/wait.h
authorPietro Cerutti <gahr@gahr.ch>
Mon, 30 Sep 2019 12:08:44 +0000 (12:08 +0000)
committerPietro Cerutti <gahr@gahr.ch>
Mon, 30 Sep 2019 12:10:58 +0000 (12:10 +0000)
system.c

index eee2f80bc6731128583eb4c2646d8a561c72dd7e..9efb15411c6f5c86d5dcef37438762bc8569bb88 100644 (file)
--- a/system.c
+++ b/system.c
@@ -31,6 +31,7 @@
 #include <stdbool.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <sys/wait.h>
 #include "mutt/mutt.h"
 #include "mutt.h"
 #ifdef USE_IMAP