From 80fe8fa98b266a1585afdaab3c5bf3f49c2963b9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 18 Aug 2014 05:42:00 -0400 Subject: Include everywhere fd_set us used. This came up in connection with Android. According to SuS this shouln't be necessary if sys/time.h was included, but oh well. While we;re at it, rearrange some includes for more consistent order. All regression tests pass. --- driver_tsip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'driver_tsip.c') diff --git a/driver_tsip.c b/driver_tsip.c index 540e73af..c125927f 100644 --- a/driver_tsip.c +++ b/driver_tsip.c @@ -24,6 +24,8 @@ #include "gpsd.h" #include "bits.h" +#include + #define USE_SUPERPACKET 1 /* use Super Packet mode? */ #define SEMI_2_DEG (180.0 / 2147483647) /* 2^-31 semicircle to deg */ -- cgit v1.2.1