diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 1999-12-09 21:01:05 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 1999-12-09 21:01:05 +0000 |
commit | b79b803345f7fd66e5b593b9151ba1fc96098873 (patch) | |
tree | a3227bd505fb1839264218d2f3a7d26a64d97906 /lib/apr_getpass.c | |
parent | 580294de95a96d1cdc86c0d94aa1b08fe36de2ea (diff) | |
download | libapr-b79b803345f7fd66e5b593b9151ba1fc96098873.tar.gz |
Make APR compile on Windows again. The changes that I introduced for
autoconf had the undesirable effect of killing the Windows build.
This still generates a few warnings, but at least it provides us with
working code.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/apr_getpass.c')
-rw-r--r-- | lib/apr_getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apr_getpass.c b/lib/apr_getpass.c index 47e576a71..55f260c0c 100644 --- a/lib/apr_getpass.c +++ b/lib/apr_getpass.c @@ -63,7 +63,7 @@ #ifndef WIN32 #include "apr_config.h" #else -#include "apr_win.h" +#include "apr_winconfig.h" #endif #include "apr_lib.h" #include "apr_errno.h" |