diff options
Diffstat (limited to 'src/aig/mfx/mfxWin.c')
-rw-r--r-- | src/aig/mfx/mfxWin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/mfx/mfxWin.c b/src/aig/mfx/mfxWin.c index e84a9b90..7cb3c53d 100644 --- a/src/aig/mfx/mfxWin.c +++ b/src/aig/mfx/mfxWin.c @@ -20,6 +20,9 @@ #include "mfxInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -110,3 +113,5 @@ Vec_Ptr_t * Mfx_ComputeRoots( Nwk_Obj_t * pNode, int nWinTfoMax, int nFanoutLimi //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |