fix commit "update hisim to version 2.7.0"
missing #include "ngspice/config.h" thats required for consistent interpretation of the type struct IFdevice from ngspice/ifsim.h included from ngspice/devdefs.h (invisible XSPICE definition leading to different size and layout of this struct)
This commit is contained in:
parent
482a45b1b1
commit
d6354598b9
|
|
@ -1,3 +1,5 @@
|
|||
#include "ngspice/config.h"
|
||||
|
||||
#include "ngspice/devdefs.h"
|
||||
|
||||
#include "hsm2def.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue