1fc0912096440268665e150d4ae549deda873b21
[openwrt/staging/lynxis/omap.git] / tools / qemu / patches / 010-freebsd-fix.patch
1 --- a/block/sheepdog.c
2 +++ b/block/sheepdog.c
3 @@ -12,7 +12,7 @@
4 #include <windows.h>
5 #include <winsock2.h>
6 #include <ws2tcpip.h>
7 -#else
8 +#elifndef __FreeBSD__
9 #include <netdb.h>
10 #include <netinet/tcp.h>
11