ensure config.h is always included in cktdefs.h to ensure correct

type signature
This commit is contained in:
Pascal Kuthe 2022-12-10 19:10:38 +01:00 committed by Holger Vogt
parent bca48b5e78
commit aa504f0eea
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
#define ngspice_CKTDEFS_H
#include "ngspice/typedefs.h"
/* ensure config is always included to avoid missmatching type definitions*/
#include "ngspice/config.h"
/* gtri - evt - wbk - 5/20/91 - add event-driven and enhancements data */
#ifdef XSPICE