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

View File

@ -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>