← Back to team overview

kicad-developers team mailing list archive

[PATCH 8/9] 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 fa1d3e3a9..4b173ef7a 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