[glib] Bug 624754 – gdbusaddress.c missing sys/wait.h
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Bug 624754 – gdbusaddress.c missing sys/wait.h
- Date: Mon, 19 Jul 2010 17:54:34 +0000 (UTC)
commit c7c573afb6eef461bfe70bb848c90b1d58b3d4d9
Author: David Hoyt <dhoyt llnl gov>
Date: Mon Jul 19 13:52:17 2010 -0400
Bug 624754 â?? gdbusaddress.c missing sys/wait.h
https://bugzilla.gnome.org/show_bug.cgi?id=624754
Signed-off-by: David Zeuthen <davidz redhat com>
gio/gdbusaddress.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/gdbusaddress.c b/gio/gdbusaddress.c
index afc8ec6..39fc3bb 100644
--- a/gio/gdbusaddress.c
+++ b/gio/gdbusaddress.c
@@ -24,7 +24,9 @@
#include <stdlib.h>
#include <string.h>
+#ifdef G_OS_UNIX
#include <sys/wait.h>
+#endif
#include <stdio.h>
#include <errno.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]