summaryrefslogtreecommitdiffstats
path: root/server/scoreboard.c
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2001-02-11 21:58:12 +0100
committerBen Laurie <ben@apache.org>2001-02-11 21:58:12 +0100
commitc7a5d82778ee51c943577f5675e38e1781b1c4cf (patch)
treedacb79ed669bf51993114d8cb6b83e1b4ac7a2a7 /server/scoreboard.c
parentClean up the mod_tls configure process. This should remove most, if not (diff)
downloadapache2-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.c1
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"