ports/devel/libbobcat/files/patch-inetaddress-inetaddress
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

14 lines
337 B
Text

--- inetaddress/inetaddress.orig 2015-01-25 09:51:12 UTC
+++ inetaddress/inetaddress
@@ -1,6 +1,11 @@
#ifndef INCLUDED_BOBCAT_INETADDRESS_
#define INCLUDED_BOBCAT_INETADDRESS_
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
+
#include <netinet/in.h>
#include <string>