]> granicus.if.org Git - apache/commitdiff
Fix Windows compile break. Gotta find a better way to fix this.
authorBill Stoddard <stoddard@apache.org>
Wed, 19 Jan 2000 01:33:16 +0000 (01:33 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 19 Jan 2000 01:33:16 +0000 (01:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84495 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_userdir.c

index fc95b3715fe534d842ef7f20b87b27111809de68..1880406a4b403699fe61af65502f24ae7904784b 100644 (file)
@@ -93,7 +93,9 @@
 #include "httpd.h"
 #include "http_config.h"
 #include "http_request.h"
+#ifndef WIN32
 #include <pwd.h>
+#endif
 
 /* The default directory in user's home dir */
 #ifndef DEFAULT_USER_DIR