diff options
-rw-r--r-- | Modules/socketmodule.h | 2 | ||||
-rw-r--r-- | PC/getpathp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h index fdb4e87..bce74c3 100644 --- a/Modules/socketmodule.h +++ b/Modules/socketmodule.h @@ -28,7 +28,7 @@ * I use SIO_GET_MULTICAST_FILTER to detect a decent SDK. */ # ifdef SIO_GET_MULTICAST_FILTER -# include <MSTcpIP.h> /* for SIO_RCVALL */ +# include <mstcpip.h> /* for SIO_RCVALL */ # define HAVE_ADDRINFO # define HAVE_SOCKADDR_STORAGE # define HAVE_GETADDRINFO diff --git a/PC/getpathp.c b/PC/getpathp.c index e57893d..ada0289 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -89,7 +89,7 @@ #endif #include <windows.h> -#include <Shlwapi.h> +#include <shlwapi.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> |