summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomebaker/files/patch-src-exec.c
blob: 5f2073e507fbac09980852184ab2bcae51d9e06a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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];