summaryrefslogtreecommitdiffstats
path: root/src/bdd/dsd
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2015-08-24 20:55:07 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2015-08-24 20:55:07 -0700
commit9ef96ae8a652387dc9ddb843aa89d26ae2564a3d (patch)
tree7a8686752fb7d1abbe91553728f1677152d0c610 /src/bdd/dsd
parent99e3e3bc7e1132d032103c7904ed6a2f75f0f5db (diff)
downloadabc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.tar.gz
abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.tar.bz2
abc-9ef96ae8a652387dc9ddb843aa89d26ae2564a3d.zip
Changes to be able to compile ABC without CUDD.
Diffstat (limited to 'src/bdd/dsd')
-rw-r--r--src/bdd/dsd/dsdInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdd/dsd/dsdInt.h b/src/bdd/dsd/dsdInt.h
index 16a0594a..37e9746f 100644
--- a/src/bdd/dsd/dsdInt.h
+++ b/src/bdd/dsd/dsdInt.h
@@ -20,7 +20,7 @@
#define ABC__bdd__dsd__dsdInt_h
-#include "misc/extra/extraBdd.h"
+#include "bdd/extrab/extraBdd.h"
#include "dsd.h"
ABC_NAMESPACE_HEADER_START