Fix mingw compile warning

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

Wyświetl plik

@ -32,6 +32,7 @@
* CM108 Audio chips found on many USB audio interfaces have controllable
* General Purpose Input/Output pins.
*/
#include <hamlib/rig.h>
#include <hamlib/config.h>
#include <string.h> /* String function definitions */
@ -65,7 +66,6 @@
# include <linux/hidraw.h>
#endif
#include <hamlib/rig.h>
#include "cm108.h"