Index: head/emulators/wine-devel/files/patch-wbemprox-builtin.c =================================================================== --- head/emulators/wine-devel/files/patch-wbemprox-builtin.c (nonexistent) +++ head/emulators/wine-devel/files/patch-wbemprox-builtin.c (revision 477552) @@ -0,0 +1,21 @@ +commit 2d35c22a51fb7cfc611045537cea06e1118cabd9 +Author: Gerald Pfeifer +Date: Sat Aug 18 16:52:27 2018 +0000 + + Fix the build on FreeBSD by including sys/socket.h. + +--- UTC +diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c +index 72c6b4e933..3b8b43e868 100644 +--- dlls/wbemprox/builtin.c ++++ dlls/wbemprox/builtin.c +@@ -26,6 +26,9 @@ + #ifdef HAVE_UNISTD_H + # include + #endif ++#ifdef HAVE_SYS_SOCKET_H ++# include ++#endif + #ifdef HAVE_ARPA_INET_H + # include + #endif Property changes on: head/emulators/wine-devel/files/patch-wbemprox-builtin.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property