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 <arpa/inet.h>
#include <errno.h>
#if defined(USE_GPSD)
#include <gps.h>
#endif
#else
#include <winsock.h>
#endif

Loading…
Cancel
Save