From 14402ffc9610c915f3a020d94fb5befba4f4b16a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 24 May 2021 14:57:06 +0200 Subject: [PATCH] Update to 6034c2bcd ("Internal global variable Infile_Path is a file search path made available for the code models. It is set when command 'source' is used.", 2021-04-17) Correct path to variable.h --- src/sharedspice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index ff1247f69..4c0ae86c1 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -153,7 +153,7 @@ static bool cont_condition; #include "frontend/com_measure2.h" #include "frontend/misccoms.h" #include "ngspice/stringskip.h" -#include "variable.h" +#include "frontend/variable.h" #ifdef HAVE_FTIME #include