Include sys/wait.h for WEXITSTATUS()
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Wed, 7 Jul 2010 02:47:54 +0000 (12:47 +1000)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Wed, 7 Jul 2010 02:47:54 +0000 (12:47 +1000)
gio/gdbusaddress.c

index 17598b3..c489591 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <sys/wait.h>
 
 #include "gioerror.h"
 #include "gdbusutils.h"