From 84e6349ae042ca4b2bfbf62cbc73a5735443afd4 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Tue, 12 Dec 2000 08:56:26 +0000 Subject: [PATCH] sdbm.h is now apr_sdbm.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87296 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/fs/dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dav/fs/dbm.c b/modules/dav/fs/dbm.c index dbadd08a06a..0ede48d9dfa 100644 --- a/modules/dav/fs/dbm.c +++ b/modules/dav/fs/dbm.c @@ -81,7 +81,7 @@ struct dav_db { }; /* ### temp */ -#include "sdbm.h" +#include "apr_sdbm.h" void dav_dbm_get_statefiles(apr_pool_t *p, const char *fname, -- 2.47.2