From af7476965bde4d4564b640ef503e37553302fdf8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 3 Dec 2010 05:06:19 -0500 Subject: Clean up the code base and add switches so deheader runs clean. --- cgps.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgps.c') diff --git a/cgps.c b/cgps.c index 0d5b5589..4fa50190 100644 --- a/cgps.c +++ b/cgps.c @@ -78,8 +78,10 @@ /* This is the maximum size we need for the 'satellites' window. */ #define MAX_SATWIN_SIZE (MAX_POSSIBLE_SATS + SATWIN_OVERHEAD) +#if defined (HAVE_SYS_SELECT_H) #include #include +#endif #ifndef S_SPLINT_S #include #include -- cgit v1.2.1