From 630e12009d15c48276cbc093da18085dae1b309c Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Thu, 28 Nov 2002 12:21:02 +0000 Subject: [PATCH 1/1] Thank-you to Eugene for pointing out that I missed a required change I:\Dev\reactos\reactos\apps\utils\net\roshttpd\include\socket.h 8 : #include Fixed to now include instead which is now common to both the ntdll and msvcrt dll's svn path=/trunk/; revision=3804 --- reactos/apps/utils/net/roshttpd/include/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/apps/utils/net/roshttpd/include/socket.h b/reactos/apps/utils/net/roshttpd/include/socket.h index af80807e66d..06ed0207be0 100644 --- a/reactos/apps/utils/net/roshttpd/include/socket.h +++ b/reactos/apps/utils/net/roshttpd/include/socket.h @@ -5,7 +5,7 @@ */ #ifndef __SOCKET_H #define __SOCKET_H -#include +#include #include #include #include -- 2.17.1