1
0
Fork 0

Excluse gps.h if not using gpsd.

ycs232-kbc
Jonathan Naylor 4 years ago
parent d995bc066d
commit eb733da7ce

@ -33,7 +33,9 @@
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <errno.h> #include <errno.h>
#if defined(USE_GPSD)
#include <gps.h> #include <gps.h>
#endif
#else #else
#include <winsock.h> #include <winsock.h>
#endif #endif

Loading…
Cancel
Save