2004-06-22 Stefan Jones <stefan.jones@multigig.com>

* src/include/ngspice.h:
	include <errno.h> for Tcl version of perror
This commit is contained in:
stefanjones 2004-06-22 22:30:46 +00:00
parent dd677f2a10
commit 7423861721
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
* configure.in:
Change to version 17
* src/include/ngspice.h:
include <errno.h> for Tcl version of perror
2004-06-22 Adrian Dawe <adrian.dawe@multigig.com>
* src/pkgIndex.tcl.in src/spicepp.pl src/spicepp.tcl src/spicewish

View File

@ -174,6 +174,8 @@ extern int ARCHsize; /* Total number of processes */
#ifdef TCL_MODULE
#include <errno.h>
extern int tcl_printf(const char *format, ...);
extern int tcl_fprintf(FILE *f, const char *format, ...);