From: Ben Laurie Date: Sun, 11 Feb 2001 20:58:12 +0000 (+0000) Subject: Fix a warning. X-Git-Tag: 2.0.11~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a5d82778ee51c943577f5675e38e1781b1c4cf;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"