diff options
Diffstat (limited to 'src/aig/mfx/mfxMan.c')
-rw-r--r-- | src/aig/mfx/mfxMan.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/mfx/mfxMan.c b/src/aig/mfx/mfxMan.c index 2af3d573..9d9994bf 100644 --- a/src/aig/mfx/mfxMan.c +++ b/src/aig/mfx/mfxMan.c @@ -20,6 +20,9 @@ #include "mfxInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -186,3 +189,5 @@ void Mfx_ManStop( Mfx_Man_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |