diff --git a/serialport.c b/serialport.c index 007de43..fb2e973 100644 --- a/serialport.c +++ b/serialport.c @@ -50,6 +50,10 @@ #endif #endif +#ifndef _WIN32 +#include "linux_termios.h" +#endif + #include "libserialport.h" struct port_data {