Remove include of sys/socket.h from rig.h -- doesn't seem we need it and breaks grig build

https://github.com/Hamlib/Hamlib/issues/1655
pull/1662/head
Michael Black W9MDB 2025-01-12 12:43:39 -06:00
rodzic 46143578ae
commit 24d67437b7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@
#include <windows.h>
#include <ws2tcpip.h>
#else
#include <sys/socket.h>
//#include <sys/socket.h> // doesn't seem we need this
#include <netinet/in.h>
#include <arpa/inet.h>
#endif