From cf61177cf006e3d38a68df50a3c6a7bb707443bc Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Mon, 16 Jun 2003 19:15:31 +0000 Subject: [PATCH] Add some prototypes to avoid a warning when compiling with the 'require prototypes' flag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/lib/sdbm/sdbm_lock.c | 1 + 1 file changed, 1 insertion(+) 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(). -- 2.47.2