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:
rlar 2012-12-31 11:26:20 +01:00
parent 482a45b1b1
commit d6354598b9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include "ngspice/config.h"
#include "ngspice/devdefs.h"
#include "hsm2def.h"