diff options
author | Ben Laurie <ben@apache.org> | 2001-02-11 21:58:12 +0100 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2001-02-11 21:58:12 +0100 |
commit | c7a5d82778ee51c943577f5675e38e1781b1c4cf (patch) | |
tree | dacb79ed669bf51993114d8cb6b83e1b4ac7a2a7 /server/scoreboard.c | |
parent | Clean up the mod_tls configure process. This should remove most, if not (diff) | |
download | apache2-c7a5d82778ee51c943577f5675e38e1781b1c4cf.tar.xz apache2-c7a5d82778ee51c943577f5675e38e1781b1c4cf.zip |
Fix a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/scoreboard.c')
-rw-r--r-- | server/scoreboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/scoreboard.c b/server/scoreboard.c index 972a50ad05..6587f840f8 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -64,6 +64,7 @@ #if APR_HAVE_SYS_TYPES_H #include <sys/types.h> #endif +#include <strings.h> #include "ap_config.h" #include "httpd.h" |