From 41ed9359fc8900453532444a5e221aaf5345e244 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 11 Dec 2010 02:35:24 -0500 Subject: Duplicate-inclusion and portability cleanup. All regression tests pass. --- cgps.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cgps.c') diff --git a/cgps.c b/cgps.c index 9673984a..2e603672 100644 --- a/cgps.c +++ b/cgps.c @@ -79,6 +79,7 @@ #define MAX_SATWIN_SIZE (MAX_POSSIBLE_SATS + SATWIN_OVERHEAD) #include +#include #if defined (HAVE_SYS_SELECT_H) #include #endif -- cgit v1.2.1