diff --git a/src/spicelib/devices/hisimhv2/hsmhv2init.c b/src/spicelib/devices/hisimhv2/hsmhv2init.c index 558687aaf..f0ad0ef0b 100644 --- a/src/spicelib/devices/hisimhv2/hsmhv2init.c +++ b/src/spicelib/devices/hisimhv2/hsmhv2init.c @@ -71,7 +71,13 @@ SPICEdev HSMHV2info = { /* DEVacct */ NULL, #endif /* DEVinstSize */ &HSMHV2iSize, - /* DEVmodSize */ &HSMHV2mSize + /* DEVmodSize */ &HSMHV2mSize, + +#ifdef KLU + /* DEVbindCSC */ NULL, + /* DEVbindCSCComplex */ NULL, + /* DEVbindCSCComplexToReal */ NULL, +#endif };