From c7c573afb6eef461bfe70bb848c90b1d58b3d4d9 Mon Sep 17 00:00:00 2001 From: David Hoyt Date: Mon, 19 Jul 2010 13:52:17 -0400 Subject: [PATCH] =?utf8?q?Bug=20624754=20=E2=80=93=20gdbusaddress.c=20miss?= =?utf8?q?ing=20sys/wait.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://bugzilla.gnome.org/show_bug.cgi?id=624754 Signed-off-by: David Zeuthen --- gio/gdbusaddress.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#ifdef G_OS_UNIX #include +#endif #include #include -- 2.7.4