diff options
author | Ryan Bloom <rbb@apache.org> | 2000-01-19 02:16:31 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-01-19 02:16:31 +0100 |
commit | a8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6 (patch) | |
tree | b15c3ece7785cfcd11f7671015519a0d4b2157f4 /server/rfc1413.c | |
parent | This is a huge change to the configure system. Basically, this name space (diff) | |
download | apache2-a8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6.tar.xz apache2-a8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6.zip |
Finish the commits for the change in the header files. Basically, this hides
all of the Apache macros that modules don't need access to. This should
have been committed with the modules, but I wasn't paying attention to the
directory I was in when I ran the commit.
Submitted by: Manoj Kasichainula and Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/rfc1413.c')
-rw-r--r-- | server/rfc1413.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/rfc1413.c b/server/rfc1413.c index 3bd66f573e..604d1ac044 100644 --- a/server/rfc1413.c +++ b/server/rfc1413.c @@ -83,6 +83,7 @@ #include "rfc1413.h" #include "http_main.h" /* set_callback_and_alarm */ #include "apr_network_io.h" +#include <string.h> /* Local stuff. */ /* Semi-well-known port */ |