summaryrefslogtreecommitdiffstats
path: root/src/aig/ivy/ivyObj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/ivy/ivyObj.c')
-rw-r--r--src/aig/ivy/ivyObj.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/aig/ivy/ivyObj.c b/src/aig/ivy/ivyObj.c
index 59dda19c..becf69d1 100644
--- a/src/aig/ivy/ivyObj.c
+++ b/src/aig/ivy/ivyObj.c
@@ -20,6 +20,9 @@
#include "ivy.h"
+ABC_NAMESPACE_IMPL_START
+
+
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
@@ -474,3 +477,5 @@ void Ivy_NodeFixBufferFanins( Ivy_Man_t * p, Ivy_Obj_t * pNode, int fUpdateLevel
////////////////////////////////////////////////////////////////////////
+ABC_NAMESPACE_IMPL_END
+