Fix compile warning on mingw

pull/1289/head
Mike Black W9MDB 2023-05-07 17:26:31 -05:00
rodzic 62b9a12e89
commit e505ed37db
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -63,6 +63,8 @@
# endif
#endif
#include <hamlib/rig.h>
//! @cond Doxygen_Suppress
#if defined(WIN32) && !defined(HAVE_TERMIOS_H)
# include "win32termios.h"
@ -74,7 +76,6 @@
#endif
//! @endcond
#include <hamlib/rig.h>
#include "serial.h"
#include "misc.h"