From: Bill Stoddard Date: Wed, 19 Jan 2000 01:33:16 +0000 (+0000) Subject: Fix Windows compile break. Gotta find a better way to fix this. X-Git-Tag: 1.3.13~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82e85ab32f33e67336a0dfc7951f273a3902e43b;p=apache Fix Windows compile break. Gotta find a better way to fix this. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84495 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_userdir.c b/modules/mappers/mod_userdir.c index fc95b3715f..1880406a4b 100644 --- a/modules/mappers/mod_userdir.c +++ b/modules/mappers/mod_userdir.c @@ -93,7 +93,9 @@ #include "httpd.h" #include "http_config.h" #include "http_request.h" +#ifndef WIN32 #include +#endif /* The default directory in user's home dir */ #ifndef DEFAULT_USER_DIR