summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-localsocketbase-localsocketbase
blob: f879c901882915a2cd58ec5b24a1637c699bf352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- localsocketbase/localsocketbase.orig	2013-11-13 11:44:52.000000000 +0100
+++ localsocketbase/localsocketbase	2013-11-27 16:51:46.000000000 +0100
@@ -5,6 +5,10 @@
 #include <string>
 #include <sys/socket.h>
 
+#ifdef __FreeBSD__
+#include <string.h>
+#endif
+
 namespace FBB
 {