diff options
author | Brad Anderson <brad@cloudant.com> | 2010-05-28 16:58:35 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-05-28 16:58:35 -0400 |
commit | dc28af5e331e13283ec3915e60fa0431673d1845 (patch) | |
tree | 78979a84082321d0f6c81604410be3db07defcf1 | |
parent | 2c2a4192531e6af514c21c127065dba3af518561 (diff) |
more move of dynomite to membership, it compiles, but untested
-rw-r--r-- | include/fabric.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fabric.hrl b/include/fabric.hrl index ba28e4a3..43c589e0 100644 --- a/include/fabric.hrl +++ b/include/fabric.hrl @@ -5,7 +5,7 @@ -endif. -ifndef(MEMBERSHIP). --include("../../dynomite/include/membership.hrl"). +-include("../../membership/include/membership.hrl"). -endif. -include_lib("eunit/include/eunit.hrl"). |