kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #41382
[PATCH v2 7/8] Pull in macro definition for strncasecmp on MSVC
---
eeschema/sim/ngspice.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/eeschema/sim/ngspice.cpp b/eeschema/sim/ngspice.cpp
index fa1d3e3a97..4b173ef7af 100644
--- a/eeschema/sim/ngspice.cpp
+++ b/eeschema/sim/ngspice.cpp
@@ -28,6 +28,7 @@
#include "ngspice.h"
#include "spice_reporter.h"
+#include <config.h>
#include <common.h> // LOCALE_IO
#include <wx/stdpaths.h>
#include <wx/dir.h>
References