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:
parent
dd677f2a10
commit
7423861721
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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, ...);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue