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

This commit is contained in:
h_vogt 2014-01-03 16:47:50 +01:00 committed by rlar
parent dfbaeaea29
commit 52d8c7ec6e
1 changed files with 2 additions and 2 deletions

View File

@ -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"