From: Bradley Nicholes Date: Mon, 16 Jun 2003 19:15:31 +0000 (+0000) Subject: Add some prototypes to avoid a warning when compiling with the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf61177cf006e3d38a68df50a3c6a7bb707443bc;p=thirdparty%2Fapache%2Fhttpd.git Add some prototypes to avoid a warning when compiling with the 'require prototypes' flag Submitted by: G�nter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100269 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/lib/sdbm/sdbm_lock.c b/src/lib/sdbm/sdbm_lock.c index 76ac70372a6..2ebb2a9b549 100644 --- a/src/lib/sdbm/sdbm_lock.c +++ b/src/lib/sdbm/sdbm_lock.c @@ -5,6 +5,7 @@ */ #include "ap_config.h" +#include "sdbm_tune.h" /* include the prototypes */ /* The locking support: * Try to determine whether we should use fcntl() or flock().