diff options
Diffstat (limited to 'src/chttpd_db.erl')
-rw-r--r-- | src/chttpd_db.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_db.erl b/src/chttpd_db.erl index bffc29bf..579ac623 100644 --- a/src/chttpd_db.erl +++ b/src/chttpd_db.erl @@ -11,7 +11,7 @@ % the License. -module(chttpd_db). --include("chttpd.hrl"). +-include_lib("couch/include/couch_db.hrl"). -export([handle_request/1, handle_compact_req/2, handle_design_req/2, db_req/2, couch_doc_open/4,handle_changes_req/2, |