diff options
Diffstat (limited to 'src/chttpd_view.erl')
-rw-r--r-- | src/chttpd_view.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_view.erl b/src/chttpd_view.erl index 7308f4bd..f3376af7 100644 --- a/src/chttpd_view.erl +++ b/src/chttpd_view.erl @@ -11,7 +11,7 @@ % the License. -module(chttpd_view). --include("chttpd.hrl"). +-include_lib("couch/include/couch_db.hrl"). -export([handle_view_req/3,handle_temp_view_req/2]). |