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. --- gps2udp.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gps2udp.c') diff --git a/gps2udp.c b/gps2udp.c index d652d0a5..4eb8b48f 100644 --- a/gps2udp.c +++ b/gps2udp.c @@ -11,8 +11,6 @@ * BSD terms apply: see the file COPYING in the distribution root for details. * */ -#include -#include #include #include #include @@ -22,8 +20,11 @@ #include #include #include -#include #include +#include +#include +#include +#include #ifndef S_SPLINT_S #include -- cgit v1.2.1