mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-01-07 00:49:58 +01:00
Excluse gps.h if not using gpsd.
This commit is contained in:
parent
d995bc066d
commit
eb733da7ce
|
|
@ -33,7 +33,9 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#if defined(USE_GPSD)
|
||||
#include <gps.h>
|
||||
#endif
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue