From: Ben Laurie Date: Sun, 11 Feb 2001 20:58:12 +0000 (+0000) Subject: Fix a warning. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04df268c809398fda54a38a263a76dce68f40e0c;p=thirdparty%2Fapache%2Fhttpd.git Fix a warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88094 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/scoreboard.c b/server/scoreboard.c index 972a50ad054..6587f840f80 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -64,6 +64,7 @@ #if APR_HAVE_SYS_TYPES_H #include #endif +#include #include "ap_config.h" #include "httpd.h"