From a582cfbf31f81fd69178be69502b13c4ad2e6db2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 20 Oct 1998 18:38:10 +0000 Subject: [PATCH] Fix up socket.h --- include/ac/socket.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ac/socket.h b/include/ac/socket.h index 70e044aa47..573601ea60 100644 --- a/include/ac/socket.h +++ b/include/ac/socket.h @@ -21,6 +21,8 @@ #ifdef HAVE_WINSOCK2 #include +#define EMSGSIZE WSAEMSGSIZE +#define EHOSTUNREACH WSAEHOSTUNREACH #elif HAVE_WINSOCK #include #endif -- 2.39.5