From: Greg Stein Date: Tue, 12 Dec 2000 08:56:26 +0000 (+0000) Subject: sdbm.h is now apr_sdbm.h X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7d260960a2a016749558d9695f4dfcec4c884f8;p=apache 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 --- diff --git a/modules/dav/fs/dbm.c b/modules/dav/fs/dbm.c index dbadd08a06..0ede48d9df 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,