From 686d38d66754027cd29c64f1dc2975248eab7796 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 13 Feb 2011 15:16:10 -0800 Subject: Changes to enable C++ compilation after recent modifications. --- src/aig/ssw/sswInt.h | 1 + src/aig/ssw/sswSweep.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aig/ssw') diff --git a/src/aig/ssw/sswInt.h b/src/aig/ssw/sswInt.h index ad868c6e..189494bc 100644 --- a/src/aig/ssw/sswInt.h +++ b/src/aig/ssw/sswInt.h @@ -29,6 +29,7 @@ #include "saig.h" #include "satSolver.h" #include "ssw.h" +#include "ioa.h" //////////////////////////////////////////////////////////////////////// /// PARAMETERS /// diff --git a/src/aig/ssw/sswSweep.c b/src/aig/ssw/sswSweep.c index 40121e42..edae0846 100644 --- a/src/aig/ssw/sswSweep.c +++ b/src/aig/ssw/sswSweep.c @@ -331,7 +331,6 @@ p->timeBmc += clock() - clk; ***********************************************************************/ void Ssw_ManDumpEquivMiter( Aig_Man_t * p, Vec_Int_t * vPairs, int Num ) { - extern void Ioa_WriteAiger( Aig_Man_t * pMan, char * pFileName, int fWriteSymbols, int fCompact ); FILE * pFile; char pBuffer[16]; Aig_Man_t * pNew; -- cgit v1.2.3