You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 12:49:36 UTC

couch-dbupdates commit: updated refs/heads/master to ae37404

Repository: couchdb-couch-dbupdates
Updated Branches:
  refs/heads/master [created] ae37404d0


Fix include


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/commit/ae37404d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/tree/ae37404d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/diff/ae37404d

Branch: refs/heads/master
Commit: ae37404d0f8e757837ca0e83e1aa69e8d7fbe11e
Parents: 12ed398
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jul 10 11:49:14 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Jul 10 11:49:14 2014 +0100

----------------------------------------------------------------------
 src/couch_dbupdates_httpd.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-dbupdates/blob/ae37404d/src/couch_dbupdates_httpd.erl
----------------------------------------------------------------------
diff --git a/src/couch_dbupdates_httpd.erl b/src/couch_dbupdates_httpd.erl
index 96058d3..ec0c4d6 100644
--- a/src/couch_dbupdates_httpd.erl
+++ b/src/couch_dbupdates_httpd.erl
@@ -2,7 +2,7 @@
 
 -export([handle_req/1]).
 
--include_lib("couch_db.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 -record(state, {resp, feed}).