[PATCH] server: Stop compile error when irda.h is available

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Oct 22 04:06:23 CDT 2020


Include "af_irda.h" so SOCKADDR_IRDA is defined.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 server/sock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sock.c b/server/sock.c
index 866a9351152..8f500adc68b 100644
--- a/server/sock.c
+++ b/server/sock.c
@@ -86,6 +86,7 @@
 #include "winsock2.h"
 #include "ws2tcpip.h"
 #include "wsipx.h"
+#include "af_irda.h"
 #include "wine/afd.h"
 
 #include "process.h"
-- 
2.28.0




More information about the wine-devel mailing list