From fdbb55ae1ee5de5955dac808e468e540893f593b Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sun, 29 Dec 2019 14:22:00 +0100 Subject: [PATCH] windows: Don't try to include . This should enable compatibility with MSVC. --- libserialport_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libserialport_internal.h b/libserialport_internal.h index 49f36d7..1cb477c 100644 --- a/libserialport_internal.h +++ b/libserialport_internal.h @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include @@ -63,6 +62,7 @@ #include #include #include +#include #endif #ifdef __APPLE__ #include