gps plugin: fix build with newer gpsd
authorBaruch Siach <baruch@tkos.co.il>
Tue, 9 Oct 2018 16:57:21 +0000 (19:57 +0300)
committerBaruch Siach <baruch@tkos.co.il>
Tue, 9 Oct 2018 17:07:28 +0000 (20:07 +0300)
commit991a6d3fd38c2435d94de3853fda36b3330cf6ab
treee4b6fa2e54c7797ac01a3d61fac9a4150ce9073f
parenta0f8c622f18bc9a69354fe6ec0e488fe46427418
gps plugin: fix build with newer gpsd

gpsd version 3.18 changed the prototype of gps_read(). Make the
gps_read() call depend on GPSD_API_MAJOR_VERSION to fix that.

This fixes build failures like:

gps.c: In function 'cgps_thread':
gps.c:144:11: error: too few arguments to function 'gps_read'
       if (gps_read(&gpsd_conn) == -1) {
   ^~~~~~~~
src/gps.c