diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-05 15:49:43 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 01:24:04 -0400 |
commit | f03a4121b8f22997108ba75b0e130f3731d76c48 (patch) | |
tree | b262d91b5fa3ea7189c1227aaf3e2922b0779346 /src/mem3_httpd.erl | |
parent | 6860b77ba628911a658fe3b4cb49529c293968e9 (diff) |
more cleanup of the includes
Diffstat (limited to 'src/mem3_httpd.erl')
-rw-r--r-- | src/mem3_httpd.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem3_httpd.erl b/src/mem3_httpd.erl index 2b29b488..4b4f8496 100644 --- a/src/mem3_httpd.erl +++ b/src/mem3_httpd.erl @@ -4,6 +4,7 @@ %% includes -include("mem3.hrl"). +-include_lib("couch/include/couch_db.hrl"). handle_membership_req(#httpd{method='GET', |