From 66915a7ad1a3a2cf990a725bb341fab8d11eb620 Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 22 Dec 2015 09:49:27 -0500 Subject: [PATCH] Windows build seems to need in spinsim.c and eeprom.c. --- eeprom.c | 1 + spinsim.c | 1 + 2 files changed, 2 insertions(+) diff --git a/eeprom.c b/eeprom.c index 4668bf2..e1f1d68 100755 --- a/eeprom.c +++ b/eeprom.c @@ -8,6 +8,7 @@ #include #include #include +#include #include "spinsim.h" extern int32_t pin_val; diff --git a/spinsim.c b/spinsim.c index a0f6741..1d185f2 100755 --- a/spinsim.c +++ b/spinsim.c @@ -6,6 +6,7 @@ '******************************************************************************/ #include #include +#include #include #include #include