ports/devel/libbobcat/files/patch-localsocketbase-localsocketbase
Muhammad Moinur Rahman 6e47a493b5 devel/libbobcat: Update version 3.21.01=>3.25.01
- Fix patch files to reflect 'make makepatch'
2015-06-07 11:32:57 +00:00

13 lines
266 B
Text

--- localsocketbase/localsocketbase.orig 2013-10-06 09:51:05 UTC
+++ localsocketbase/localsocketbase
@@ -5,6 +5,10 @@
#include <string>
#include <sys/socket.h>
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cstring>
+#endif
+
namespace FBB
{