summaryrefslogtreecommitdiffstats
path: root/src/sat/msat/msatQueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/msat/msatQueue.c')
-rw-r--r--src/sat/msat/msatQueue.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sat/msat/msatQueue.c b/src/sat/msat/msatQueue.c
index 0bcaf6b2..f025920b 100644
--- a/src/sat/msat/msatQueue.c
+++ b/src/sat/msat/msatQueue.c
@@ -20,6 +20,9 @@
#include "msatInt.h"
+ABC_NAMESPACE_IMPL_START
+
+
////////////////////////////////////////////////////////////////////////
/// DECLARATIONS ///
////////////////////////////////////////////////////////////////////////
@@ -155,3 +158,5 @@ void Msat_QueueClear( Msat_Queue_t * p )
////////////////////////////////////////////////////////////////////////
+ABC_NAMESPACE_IMPL_END
+