]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some prototypes to avoid a warning when compiling with the
authorBradley Nicholes <bnicholes@apache.org>
Mon, 16 Jun 2003 19:15:31 +0000 (19:15 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 16 Jun 2003 19:15:31 +0000 (19:15 +0000)
'require prototypes'  flag

Submitted by: G�nter Knauf <gk@gknw.de>

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

index 76ac70372a6cb4e65ef0fb55239e4fa075044e6c..2ebb2a9b549e42a440e2e50fa182c0db9ba72074 100644 (file)
@@ -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().