From 4b3cc927b9175279cc3a89fa0706e5760f609a93 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Wed, 13 Aug 2003 13:03:53 +0000 Subject: [PATCH] Bug fix. --- src/spicelib/analysis/dctran.c | 1 + src/spicelib/devices/bjt2/bjt2ext.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/spicelib/analysis/dctran.c b/src/spicelib/analysis/dctran.c index 7352cdb8e..338d8f479 100644 --- a/src/spicelib/analysis/dctran.c +++ b/src/spicelib/analysis/dctran.c @@ -7,6 +7,7 @@ Modified: 2000 AlansFixes /* subroutine to do DC TRANSIENT analysis --- ONLY, unlike spice2 routine with the same name! */ +#include #include #include #include diff --git a/src/spicelib/devices/bjt2/bjt2ext.h b/src/spicelib/devices/bjt2/bjt2ext.h index 04eadf042..44d13ed34 100644 --- a/src/spicelib/devices/bjt2/bjt2ext.h +++ b/src/spicelib/devices/bjt2/bjt2ext.h @@ -32,4 +32,4 @@ extern int BJT2disto(int,GENmodel*,CKTcircuit*); extern int BJT2noise(int,int,GENmodel*,CKTcircuit*,Ndata*,double*); extern int BJT2dSetup(GENmodel*, register CKTcircuit*); -#endif \ No newline at end of file +#endif