ports/devel/libbobcat/files/patch-process-process
Gabor Pali 21071c5ef5 - Update to 3.18.01
- Add support for staging, use shebangfix, switch to GCC 4.7
- Give up maintainership
2013-11-28 07:17:03 +00:00

13 lines
301 B
Text

--- process/process.orig 2013-11-13 11:45:02.000000000 +0100
+++ process/process 2013-11-27 16:52:35.000000000 +0100
@@ -5,6 +5,10 @@
#include <ostream>
#include <istream>
+#ifdef __FreeBSD__
+#include <signal.h>
+#endif
+
#include <bobcat/fork>
#include <bobcat/string>
#include <bobcat/pipe>