From fc2a3980ffd50c3e79bfb13dfbfb3990d40eda93 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Mon, 6 Aug 2012 18:38:28 +0000 Subject: portability: get WIFEXITED and WEXITSTATUS from sys/wait.h WIFEXITED and WEXITSTATUS are normally declared in sys/wait.h on all Unices system. Linux has a definition in stdlib.h as well but this is not portable. https://bugzilla.gnome.org/show_bug.cgi?id=681328 --- src/core/delete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/delete.c') diff --git a/src/core/delete.c b/src/core/delete.c index b2093898..42360a5a 100644 --- a/src/core/delete.c +++ b/src/core/delete.c @@ -32,11 +32,11 @@ #include "workspace.h" #include +#include #include #include #include #include -#include #include static void meta_window_present_delete_dialog (MetaWindow *window, -- cgit v1.2.1