freebsd-ports/sysutils/gnomebaker/files/patch-src-exec.c
Pav Lucistnik 3b15b05d21 - Update to 0.5.1
PR:		ports/96547
Submitted by:	Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
2006-05-01 12:40:42 +00:00

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];