Include sys/wait.h for WEXITSTATUS()

This commit is contained in:
Danielle Madeley 2010-07-07 12:47:54 +10:00
parent aab6d9ed1c
commit be247379f0

View File

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include "gioerror.h"
#include "gdbusutils.h"