diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2015-08-24 20:55:07 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2015-08-24 20:55:07 -0700 |
commit | 9ef96ae8a652387dc9ddb843aa89d26ae2564a3d (patch) | |
tree | 7a8686752fb7d1abbe91553728f1677152d0c610 /src/base/abci/abcRefactor.c | |
parent | 99e3e3bc7e1132d032103c7904ed6a2f75f0f5db (diff) | |
download | abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.tar.gz abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.tar.bz2 abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.zip |
Changes to be able to compile ABC without CUDD.
Diffstat (limited to 'src/base/abci/abcRefactor.c')
-rw-r--r-- | src/base/abci/abcRefactor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcRefactor.c b/src/base/abci/abcRefactor.c index 8ff1d470..af01dde7 100644 --- a/src/base/abci/abcRefactor.c +++ b/src/base/abci/abcRefactor.c @@ -22,7 +22,7 @@ #include "bool/dec/dec.h" #ifdef ABC_USE_CUDD -#include "misc/extra/extraBdd.h" +#include "bdd/extrab/extraBdd.h" #endif ABC_NAMESPACE_IMPL_START |