ports/devel/libbobcat/files/patch-signal-signal
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
277 B
Text

--- signal/signal.orig 2013-10-02 12:35:59.000000000 +0200
+++ signal/signal 2013-11-27 14:28:38.000000000 +0100
@@ -1,6 +1,10 @@
#ifndef INCLUDED_SIGNAL_
#define INCLUDED_SIGNAL_
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#endif
+
#include <vector>
#include <signal.h>