forked from Lainports/freebsd-ports
PR: ports/96547 Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
12 lines
245 B
C
12 lines
245 B
C
--- src/exec.c.orig Thu Feb 9 21:22:24 2006
|
|
+++ src/exec.c Thu Feb 9 21:22:50 2006
|
|
@@ -23,6 +23,9 @@
|
|
#include <sys/wait.h>
|
|
#include "gbcommon.h"
|
|
|
|
+#if defined (__FreeBSD__)
|
|
+#include <signal.h>
|
|
+#endif
|
|
|
|
static gint child_child_pipe[2];
|
|
|