diff options
Diffstat (limited to 'src/aig/cgt/cgtMan.c')
-rw-r--r-- | src/aig/cgt/cgtMan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/cgt/cgtMan.c b/src/aig/cgt/cgtMan.c index ddc1c5e0..7744226d 100644 --- a/src/aig/cgt/cgtMan.c +++ b/src/aig/cgt/cgtMan.c @@ -20,6 +20,9 @@ #include "cgtInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -172,3 +175,5 @@ void Cgt_ManStop( Cgt_Man_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |