diff options
Diffstat (limited to 'src/chttpd_auth.erl')
-rw-r--r-- | src/chttpd_auth.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_auth.erl b/src/chttpd_auth.erl index 33b6d176..b15bc933 100644 --- a/src/chttpd_auth.erl +++ b/src/chttpd_auth.erl @@ -11,7 +11,7 @@ % the License. -module(chttpd_auth). --include("chttpd.hrl"). +-include_lib("couch/include/couch_db.hrl"). -export([special_test_authentication_handler/1, null_authentication_handler/1, cookie_authentication_handler/1, default_authentication_handler/1, |