summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-flow_Net2.actor.cpp
blob: fa8da1eb24a69a9ba0b973d4f005326d136337ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- flow/Net2.actor.cpp.orig	2019-01-09 22:28:32 UTC
+++ flow/Net2.actor.cpp
@@ -56,7 +56,7 @@ uint64_t compatibleProtocolVersionMask = 0xfffffffffff
 uint64_t minValidProtocolVersion       = 0x0FDB00A200060001LL;
 
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD__)
 #include <execinfo.h>
 
 volatile double net2liveness = 0;