[gnome-terminal] Pull in sys/wait.h for WIFEXITED/WEXITSTATUS
- From: Jasper Lievisse Adriaanse <jasperla src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] Pull in sys/wait.h for WIFEXITED/WEXITSTATUS
- Date: Mon, 1 Apr 2013 09:24:30 +0000 (UTC)
commit 4c82fe8c37718ce2d6040a48d4e643ae6d862be6
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date: Mon Apr 1 11:23:36 2013 +0200
Pull in sys/wait.h for WIFEXITED/WEXITSTATUS
src/terminal-app.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/terminal-app.c b/src/terminal-app.c
index 448e1ae..a92826c 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -41,6 +41,7 @@
#include "terminal-defines.h"
#include "terminal-prefs.h"
+#include <sys/wait.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]