]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a warning.
authorBen Laurie <ben@apache.org>
Sun, 11 Feb 2001 20:58:12 +0000 (20:58 +0000)
committerBen Laurie <ben@apache.org>
Sun, 11 Feb 2001 20:58:12 +0000 (20:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88094 13f79535-47bb-0310-9956-ffa450edef68

server/scoreboard.c

index 972a50ad054e0fa3ef63e93f7e9af3efb9dcb8f3..6587f840f803bd6810fea2ecbb8b1a1c3b719f86 100644 (file)
@@ -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"