Browse Source

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
pre-master-46
Holger Vogt 5 years ago
parent
commit
14402ffc96
  1. 2
      src/sharedspice.c

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

Loading…
Cancel
Save