diff options
Diffstat (limited to 'src/proof/int')
-rw-r--r-- | src/proof/int/intM114p.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proof/int/intM114p.c b/src/proof/int/intM114p.c index f143dc39..ad1ff61d 100644 --- a/src/proof/int/intM114p.c +++ b/src/proof/int/intM114p.c @@ -394,7 +394,8 @@ int Inter_ManPerformOneStepM114p( Inter_Man_t * p, int fUsePudlak, int fUseOther { M114p_Solver_t pSat; Vec_Int_t * vMapRoots, * vMapVars; - int clk, status, RetValue; + clock_t clk; + int status, RetValue; assert( p->pInterNew == NULL ); // derive the SAT solver pSat = Inter_ManDeriveSatSolverM114p( p->pInter, p->pCnfInter, |