Browse Source

cm.h: add config.h to access #defines

pre-master-46
h_vogt 12 years ago
committed by rlar
parent
commit
52d8c7ec6e
  1. 4
      src/include/ngspice/cm.h

4
src/include/ngspice/cm.h

@ -39,9 +39,9 @@ NON-STANDARD FEATURES
=========================================================================== */ =========================================================================== */
#include "ngspice/config.h"
#include "ngspice/cmtypes.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/cmproto.h"
#include "ngspice/mifcmdat.h" #include "ngspice/mifcmdat.h"

Loading…
Cancel
Save