[gnome-video-arcade] Include sys/wait.h instead of wait.h which is specific to glibc.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-video-arcade] Include sys/wait.h instead of wait.h which is specific to glibc.
- Date: Sun, 5 Apr 2009 12:40:50 -0400 (EDT)
commit 7456d94716b4c97fdcc8b3f8b426b3068cf606ed
Author: Pierre Riteau <pierre riteau gmail com>
Date: Sun Apr 5 15:29:40 2009 +0200
Include sys/wait.h instead of wait.h which is specific to glibc.
---
src/gva-mame-common.c | 2 +-
src/gva-mame-process.c | 2 +-
src/gva-process.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/gva-mame-common.c b/src/gva-mame-common.c
index ff9d43a..7feaa39 100644
--- a/src/gva-mame-common.c
+++ b/src/gva-mame-common.c
@@ -20,7 +20,7 @@
#include <errno.h>
#include <string.h>
-#include <wait.h>
+#include <sys/wait.h>
#ifdef HAVE_WORDEXP_H
#include <wordexp.h>
diff --git a/src/gva-mame-process.c b/src/gva-mame-process.c
index f0ab369..4465de4 100644
--- a/src/gva-mame-process.c
+++ b/src/gva-mame-process.c
@@ -19,7 +19,7 @@
#include "gva-mame-process.h"
#include <string.h>
-#include <wait.h>
+#include <sys/wait.h>
#include "gva-error.h"
#include "gva-util.h"
diff --git a/src/gva-process.c b/src/gva-process.c
index ff5c750..58474c3 100644
--- a/src/gva-process.c
+++ b/src/gva-process.c
@@ -21,7 +21,7 @@
#include <errno.h>
#include <signal.h>
#include <string.h>
-#include <wait.h>
+#include <sys/wait.h>
#include "gva-error.h"
#include "gva-util.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]