Fix win32termios.h build under mingw

https://github.com/Hamlib/Hamlib/issues/421
pull/425/head
Michael Black W9MDB 2020-10-16 15:26:30 -05:00
rodzic 1c7e5b2e48
commit c5ac5b2334
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,7 @@
#include <windows.h>
#include <sys/types.h>
#include <io.h>
#include <stdint.h>
#ifdef TRACE
#define ENTER(x) report("entering "x" \n");
#define LEAVE(x) report("leaving "x" \n");