diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2014-10-12 09:10:27 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2014-10-12 09:10:27 -0700 |
commit | 3ac8aa9c12adb9593f498dc1ea33bbdce18e6713 (patch) | |
tree | 1c9e37fc2907d5d83f7d9960c9136acc1abbefe9 /src/map/mio/mioUtils.c | |
parent | bc4164a466e566ff9d2e800aa3cc141622514135 (diff) | |
download | abc-3ac8aa9c12adb9593f498dc1ea33bbdce18e6713.tar.gz abc-3ac8aa9c12adb9593f498dc1ea33bbdce18e6713.tar.bz2 abc-3ac8aa9c12adb9593f498dc1ea33bbdce18e6713.zip |
Recommended changes for portability.
Diffstat (limited to 'src/map/mio/mioUtils.c')
-rw-r--r-- | src/map/mio/mioUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |