Excluse gps.h if not using gpsd.
This commit is contained in:
parent
d995bc066d
commit
eb733da7ce
1 changed files with 2 additions and 0 deletions
|
@ -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