diff options
Diffstat (limited to 'src/aig/gia/giaProp.c')
-rw-r--r-- | src/aig/gia/giaProp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/gia/giaProp.c b/src/aig/gia/giaProp.c index 1d9ed8cf..fee9aa40 100644 --- a/src/aig/gia/giaProp.c +++ b/src/aig/gia/giaProp.c @@ -20,6 +20,9 @@ #include "gia.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -169,3 +172,5 @@ int Gia_SatPathStart( Gia_Obj_t * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |