From c3c9e497b2d48b48f07e0821e36ab4c73071c39f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Dec 2010 22:07:22 -0500 Subject: More header portability audting with a new version of deheader. --- gpsmon.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gpsmon.c') diff --git a/gpsmon.c b/gpsmon.c index 03e3c173..6848f8c9 100644 --- a/gpsmon.c +++ b/gpsmon.c @@ -4,17 +4,21 @@ * This file is Copyright (c) 2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. */ +#include #include #include #include #include #include -#include /* for O_RDWR */ #include #include #include #include +#include #include /* expected to declare select(2) a la SuS */ +#include +#include +#include #ifndef S_SPLINT_S #include #endif /* S_SPLINT_S */ -- cgit v1.2.1