Fix mingw compile warnings

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

Wyświetl plik

@ -28,6 +28,7 @@
* \brief Parallel Port IO
* \file parallel.c
*/
#include <hamlib/rig.h>
#include <hamlib/config.h>
#include <string.h> /* String function definitions */
@ -57,7 +58,6 @@
# include <winbase.h>
#endif
#include <hamlib/rig.h>
#include "parallel.h"
#ifdef HAVE_LINUX_PPDEV_H