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