kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compile warning on mingw
rodzic
62b9a12e89
commit
e505ed37db
|
@ -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"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue