summaryrefslogtreecommitdiffstats
path: root/src/bdd/cudd/cuddWindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/cudd/cuddWindow.c')
-rw-r--r--src/bdd/cudd/cuddWindow.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bdd/cudd/cuddWindow.c b/src/bdd/cudd/cuddWindow.c
index b97e3358..62c92ff2 100644
--- a/src/bdd/cudd/cuddWindow.c
+++ b/src/bdd/cudd/cuddWindow.c
@@ -34,6 +34,9 @@
#include "util_hack.h"
#include "cuddInt.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*---------------------------------------------------------------------------*/
/* Constant declarations */
/*---------------------------------------------------------------------------*/
@@ -995,3 +998,5 @@ ddWindowConv4(
} /* end of ddWindowConv4 */
+ABC_NAMESPACE_IMPL_END
+