diff --git a/src/couch_mrview_http.erl b/src/couch_mrview_http.erl index fa933e7..7dd071a 100644 --- a/src/couch_mrview_http.erl +++ b/src/couch_mrview_http.erl @@ -33,7 +33,8 @@ view_cb/2, row_to_json/1, row_to_json/2, - check_view_etag/3 + check_view_etag/3, + get_view_callback/3 ]). -include_lib("couch/include/couch_db.hrl").