diff options
| -rw-r--r-- | pcserialport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcserialport.c b/pcserialport.c index 5abd07e..792f079 100644 --- a/pcserialport.c +++ b/pcserialport.c @@ -14,7 +14,7 @@ #include "pcserialport.h" #include "simplemotion_private.h" //needed for timeout variable -#ifdef __linux__ +#ifdef __unix__ #include <termios.h> #include <limits.h> |
