mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
13 lines
260 B
Text
13 lines
260 B
Text
--- 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>
|
|
|