From 67f8a33cad6a39588f686504af6a7c9348af2a62 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 15 Mar 2010 11:09:49 -0400 Subject: [PATCH] Include for WIFEXITSTATUS/WIFEXITED Exit status macros are specified by POSIX to be in . Fixes compilation on Solaris. Reported by Brian Cameron https://bugzilla.gnome.org/show_bug.cgi?id=612506 --- src/core/delete.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/delete.c b/src/core/delete.c index 584e2011b..3198625a5 100644 --- a/src/core/delete.c +++ b/src/core/delete.c @@ -32,6 +32,7 @@ #include "workspace.h" #include +#include #include #include #include