aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp b/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
index ddb8f8b63c1c..3512ca3f69dd 100644
--- a/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
+++ b/net-p2p/bitmessage/files/patch-src_bitmsghash_bitmsghash.cpp
@@ -5,7 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
++#if defined(__APPLE__) || defined(__FreeBSD__) || defined (__DragonFly__)
#include <sys/types.h>
#include <sys/sysctl.h>
#endif