From 52d8c7ec6ebdca1d4028ee42ff88aca0e65a4e87 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Fri, 3 Jan 2014 16:47:50 +0100 Subject: [PATCH] cm.h: add config.h to access #defines --- src/include/ngspice/cm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/ngspice/cm.h b/src/include/ngspice/cm.h index 9775489fd..281880fcb 100644 --- a/src/include/ngspice/cm.h +++ b/src/include/ngspice/cm.h @@ -39,9 +39,9 @@ NON-STANDARD FEATURES =========================================================================== */ +#include "ngspice/config.h" #include "ngspice/cmtypes.h" -#include "ngspice/cmconstants.h" /* K.A. wrong name */ -/*#include "Cmconsta.h" */ +#include "ngspice/cmconstants.h" #include "ngspice/cmproto.h" #include "ngspice/mifcmdat.h"