mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
devel/folly: Fix build by adding missing #include <signal.h>
Reported by: fallout
This commit is contained in:
parent
c1ce749c29
commit
aa8568904f
13
devel/folly/files/patch-folly_executors_QueueObserver.h
Normal file
13
devel/folly/files/patch-folly_executors_QueueObserver.h
Normal file
@ -0,0 +1,13 @@
|
||||
- workaround for https://github.com/facebook/folly/issues/1637
|
||||
|
||||
--- folly/executors/QueueObserver.h.orig 2021-08-26 23:37:53 UTC
|
||||
+++ folly/executors/QueueObserver.h
|
||||
@@ -23,6 +23,8 @@
|
||||
|
||||
#include <folly/Portability.h>
|
||||
|
||||
+#include <signal.h>
|
||||
+
|
||||
namespace folly {
|
||||
|
||||
class RequestContext;
|
Loading…
Reference in New Issue
Block a user