From 3ac8aa9c12adb9593f498dc1ea33bbdce18e6713 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 12 Oct 2014 09:10:27 -0700 Subject: Recommended changes for portability. --- src/map/mio/mioUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mio') diff --git a/src/map/mio/mioUtils.c b/src/map/mio/mioUtils.c index 57c274ee..978e1128 100644 --- a/src/map/mio/mioUtils.c +++ b/src/map/mio/mioUtils.c @@ -21,6 +21,7 @@ #include "base/main/main.h" #include "exp.h" #include "misc/util/utilTruth.h" +#include "opt/dau/dau.h" ABC_NAMESPACE_IMPL_START @@ -966,7 +967,6 @@ void Nf_ManPreparePrint( int nVars, int * pComp, int * pPerm, char Line[2*720*64 void Nf_ManPrepareLibrary( Mio_Library_t * pLib ) { - extern void Dau_DsdPrintFromTruth( word * pTruth, int nVarsInit ); // char Lines[2*720*64][8]; // Nf_ManPreparePrint( 6, pComp, pPerm, Lines ); int * pComp[7]; -- cgit v1.2.3