blob: 1fc0912096440268665e150d4ae549deda873b21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/block/sheepdog.c
+++ b/block/sheepdog.c
@@ -12,7 +12,7 @@
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
-#else
+#elifndef __FreeBSD__
#include <netdb.h>
#include <netinet/tcp.h>
|