summaryrefslogtreecommitdiffstats
path: root/src/misc/extra
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-10-12 09:10:27 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-10-12 09:10:27 -0700
commit3ac8aa9c12adb9593f498dc1ea33bbdce18e6713 (patch)
tree1c9e37fc2907d5d83f7d9960c9136acc1abbefe9 /src/misc/extra
parentbc4164a466e566ff9d2e800aa3cc141622514135 (diff)
downloadabc-3ac8aa9c12adb9593f498dc1ea33bbdce18e6713.tar.gz
abc-3ac8aa9c12adb9593f498dc1ea33bbdce18e6713.tar.bz2
abc-3ac8aa9c12adb9593f498dc1ea33bbdce18e6713.zip
Recommended changes for portability.
Diffstat (limited to 'src/misc/extra')
-rw-r--r--src/misc/extra/extraUtilSupp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/extra/extraUtilSupp.c b/src/misc/extra/extraUtilSupp.c
index baf9f3f6..bb513863 100644
--- a/src/misc/extra/extraUtilSupp.c
+++ b/src/misc/extra/extraUtilSupp.c
@@ -24,6 +24,7 @@
#include <assert.h>
#include "misc/vec/vec.h"
#include "misc/vec/vecWec.h"
+#include "extra.h"
ABC_NAMESPACE_IMPL_START
@@ -302,7 +303,6 @@ void Abc_SuppTest( int nOnes, int nVars, int fUseSimple, int fCheck, int fVerbos
***********************************************************************/
Vec_Wrd_t * Abc_SuppReadMin( char * pFileName, int * pnVars )
{
- extern char * Extra_FileReadContents( char * pFileName );
Vec_Wrd_t * vRes; word uCube;
int nCubes = 0, nVars = -1, iVar;
char * pCur, * pToken, * pStart = "INPUT F-COVER";