summaryrefslogtreecommitdiffstats
path: root/src/map/mio/mioRead.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mio/mioRead.c')
-rw-r--r--src/map/mio/mioRead.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/mio/mioRead.c b/src/map/mio/mioRead.c
index dc665050..5b92d3e1 100644
--- a/src/map/mio/mioRead.c
+++ b/src/map/mio/mioRead.c
@@ -16,6 +16,7 @@
***********************************************************************/
+#include <ctype.h>
#include "mioInt.h"
////////////////////////////////////////////////////////////////////////
@@ -34,10 +35,6 @@ static char * chomp( char *s );
static void Mio_LibraryDetectSpecialGates( Mio_Library_t * pLib );
static void Io_ReadFileRemoveComments( char * pBuffer, int * pnDots, int * pnLines );
-#ifdef WIN32
-extern int isspace( int c ); // to silence the warning in VS
-#endif
-
/**Function*************************************************************
Synopsis [Read the genlib type of library.]