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
parent 0ac8dd2890
commit eed4d62972
No known key found for this signature in database
GPG Key ID: D715E8655AE166A6
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