mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
13 lines
326 B
C++
13 lines
326 B
C++
- workaround for https://github.com/facebook/folly/issues/1637
|
|
|
|
--- folly/executors/QueueObserver.h.orig 2022-11-25 05:13:23 UTC
|
|
+++ folly/executors/QueueObserver.h
|
|
@@ -26,6 +26,8 @@
|
|
#include <folly/Synchronized.h>
|
|
#include <folly/portability/SysTypes.h>
|
|
|
|
+#include <signal.h>
|
|
+
|
|
namespace folly {
|
|
|
|
class RequestContext;
|