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:
parent
6d9876229c
commit
14402ffc96
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue