Compiler problem with includes.

This commit is contained in:
Alan Mishchenko 2014-10-13 16:59:47 -07:00
parent 5326a59945
commit 70cb236144
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include "dsdInt.h"
#include "misc/util/utilTruth.h"
#include "opt/dau/dau.h"
ABC_NAMESPACE_IMPL_START
@ -869,7 +870,6 @@ void Dsd_TreePrint2_rec( FILE * pFile, DdManager * dd, Dsd_Node_t * pNode, int f
fprintf( pFile, " " );
if ( pNode->nDecs <= 6 )
{
extern unsigned Abc_TtCanonicize( word * pTruth, int nVars, char * pCanonPerm );
char pCanonPerm[6]; int uCanonPhase;
// compute truth table
DdNode * bFunc = Dsd_TreeGetPrimeFunction( dd, pNode );