[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix BSD build by adding missing include
noreply at xfce.org
noreply at xfce.org
Tue Oct 31 16:18:37 CET 2017
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit cca59465d0f4345861972a8e96cf0980f0a10c28
Author: Igor <f2404 at yandex.ru>
Date: Tue Oct 31 11:18:31 2017 -0400
Fix BSD build by adding missing include
---
terminal/terminal-screen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 39a8b2d..54e5597 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -41,6 +41,8 @@
#include <utempter.h>
#endif
+#include <sys/wait.h>
+
#include <libxfce4ui/libxfce4ui.h>
#include <terminal/terminal-util.h>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list