From 767c5ba80e7a1a20a6198701abfe9673d94eebe5 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Mon, 4 Nov 2013 14:08:03 +0000 Subject: [PATCH] Include on Windows for sprintf, used in sp_open. --- serialport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/serialport.c b/serialport.c index 39ae659..7255ee6 100644 --- a/serialport.c +++ b/serialport.c @@ -29,6 +29,7 @@ #ifdef _WIN32 #include #include +#include #else #include #include