summaryrefslogtreecommitdiffstats
path: root/src/bdd/cudd/cuddHarwell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/cudd/cuddHarwell.c')
-rw-r--r--src/bdd/cudd/cuddHarwell.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bdd/cudd/cuddHarwell.c b/src/bdd/cudd/cuddHarwell.c
index 45ff736c..af552148 100644
--- a/src/bdd/cudd/cuddHarwell.c
+++ b/src/bdd/cudd/cuddHarwell.c
@@ -24,6 +24,9 @@
#include "util_hack.h"
#include "cuddInt.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*---------------------------------------------------------------------------*/
/* Constant declarations */
/*---------------------------------------------------------------------------*/
@@ -539,3 +542,5 @@ Cudd_addHarwell(
/* Definition of static functions */
/*---------------------------------------------------------------------------*/
+ABC_NAMESPACE_IMPL_END
+