kopia lustrzana https://github.com/Hamlib/Hamlib
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/1655pull/1662/head
rodzic
46143578ae
commit
24d67437b7
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue