From 9e1515cca60df20f2963feb23df3cabb6b304c99 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 27 Sep 2024 23:19:24 +0200 Subject: [PATCH] Enable compilation (tested with MINGW 64 bit) --- src/spicelib/analysis/relananalysis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spicelib/analysis/relananalysis.c b/src/spicelib/analysis/relananalysis.c index bef3d9ce4..4a9dc3934 100644 --- a/src/spicelib/analysis/relananalysis.c +++ b/src/spicelib/analysis/relananalysis.c @@ -24,6 +24,7 @@ extern struct dbcomm *dbs; #include "ngspice/miftypes.h" #include "ngspice/evt.h" +#include "ngspice/enh.h" #include "ngspice/mif.h" #include "ngspice/evtproto.h" #include "ngspice/ipctiein.h"