diff options
Diffstat (limited to 'src/chttpd.erl')
-rw-r--r-- | src/chttpd.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd.erl b/src/chttpd.erl index 93047b80..9851c97b 100644 --- a/src/chttpd.erl +++ b/src/chttpd.erl @@ -11,7 +11,7 @@ % the License. -module(chttpd). --include("chttpd.hrl"). +-include_lib("couch/include/couch_db.hrl"). -export([start_link/0, stop/0, handle_request/1, config_change/2, primary_header_value/2, header_value/2, header_value/3, qs_value/2, |