summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-signal-signal
blob: 8d736b0f7b13f7867b8a2902850b8205dc6ec345 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- signal/signal.orig	2013-12-26 12:39:10 UTC
+++ signal/signal
@@ -1,6 +1,10 @@
 #ifndef INCLUDED_SIGNAL_
 #define INCLUDED_SIGNAL_
 
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cstdlib>
+#endif
+
 #include <vector>
 #include <signal.h>