diff options
author | Ryan Bloom <rbb@apache.org> | 2000-08-02 16:44:51 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-08-02 16:44:51 +0200 |
commit | 2a87aae0db7698c416eee28eb7d363cbb794f8e6 (patch) | |
tree | 7306a54e1b4e508a62bc8c667a11591ce082d876 /server/mpm/winnt/mpm_winnt.h | |
parent | prefix libapr functions and types with apr_ (diff) | |
download | apache2-2a87aae0db7698c416eee28eb7d363cbb794f8e6.tar.xz apache2-2a87aae0db7698c416eee28eb7d363cbb794f8e6.zip |
Convert all of the apr_listen.h to ap_listen.h. This was a side effect
of Doug M. big change last night.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/winnt/mpm_winnt.h')
-rw-r--r-- | server/mpm/winnt/mpm_winnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h index 4d6c753130..e554238090 100644 --- a/server/mpm/winnt/mpm_winnt.h +++ b/server/mpm/winnt/mpm_winnt.h @@ -59,7 +59,7 @@ #ifndef APACHE_MPM_WINNT_H #define APACHE_MPM_WINNT_H -#include "apr_listen.h" +#include "ap_listen.h" /* From registry.c: */ |