From e9cf4cac9e294dc45a2848292261ee206c82a9e5 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 8 Jan 2011 14:31:33 +0000 Subject: [PATCH] enable cdump under Windows --- ChangeLog | 4 ++++ src/frontend/com_cdump.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8c10b3f92..cfd65f66d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +11-01-08 Holger Vogt + * com_cdump.c: add #include "ngspice.h" to allow use of command 'cdump' + also under Windows + 11-01-06 Holger Vogt * inpcom.c: allow models like 2N2904 or 2SK136 also in subcircuits * examples/Monte_Carlo/mc_ring.sp: reduce memory consumption by adding diff --git a/src/frontend/com_cdump.c b/src/frontend/com_cdump.c index a3f7a8d35..a436b5e74 100644 --- a/src/frontend/com_cdump.c +++ b/src/frontend/com_cdump.c @@ -1,3 +1,6 @@ +/* Command cdump: dump the control structure to the console output */ + +#include "ngspice.h" #include #include