mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2024-11-10 10:23:26 -05:00
Make use of gps.h optional.
This commit is contained in:
parent
56d6ca929d
commit
6e0b6d20c1
@ -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 New Issue
Block a user