$OpenBSD: patch-src_core_delete_c,v 1.3 2012/11/08 16:57:47 ajacoutot Exp $

From 7b3e8f63eaa055fda49d48178e53b0ad2ae513ce Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Mon, 06 Aug 2012 18:38:28 +0000
Subject: portability: get WIFEXITED and WEXITSTATUS from sys/wait.h

--- src/core/delete.c.orig	Thu Nov 10 15:14:34 2011
+++ src/core/delete.c	Mon Aug  6 20:33:12 2012
@@ -32,11 +32,11 @@
 #include "workspace.h"
 
 #include <sys/types.h>
+#include <sys/wait.h>
 #include <signal.h>
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
-#include <stdlib.h>
 #include <stdio.h>
 
 static void meta_window_present_delete_dialog (MetaWindow *window,
