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
This commit is contained in:
Holger Vogt 2021-05-24 14:57:06 +02:00
parent 6d9876229c
commit 14402ffc96
1 changed files with 1 additions and 1 deletions

View File

@ -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 <sys/timeb.h>