summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-13 17:57:19 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-13 17:57:19 -0500
commit2f58001d79865cdd97ed5349f703cba67ed40cc4 (patch)
tree8bfc65383d3b0f634634f8b0247698813e5098a4 /cgps.c
parentc790d36c722d42411b9788d300ba8d4c80d5955a (diff)
downloadgpsd-2f58001d79865cdd97ed5349f703cba67ed40cc4.tar.gz
SuS conformance.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgps.c b/cgps.c
index 2e603672..358c4226 100644
--- a/cgps.c
+++ b/cgps.c
@@ -80,6 +80,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/time.h> /* for select() */
#if defined (HAVE_SYS_SELECT_H)
#include <sys/select.h>
#endif