1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-27 12:23:29 +02:00

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>
This commit is contained in:
David Hoyt
2010-07-19 13:52:17 -04:00
committed by David Zeuthen
parent f81601f735
commit c7c573afb6

@@ -24,7 +24,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef G_OS_UNIX
#include <sys/wait.h> #include <sys/wait.h>
#endif
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>