summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 14:57:20 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 14:57:20 -0500
commit9d8fb8082b1cab3e648e3aeb775a3ddcf02719a8 (patch)
tree01f0c286addfdacb832658e00936005e67fa603a /cgps.c
parentac847d30cec56c13281bedb3c30617020807e480 (diff)
downloadgpsd-9d8fb8082b1cab3e648e3aeb775a3ddcf02719a8.tar.gz
More header cleanup.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgps.c b/cgps.c
index 0799a88d..ce73631c 100644
--- a/cgps.c
+++ b/cgps.c
@@ -80,7 +80,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/time.h> /* for select() */
+#include <time.h> /* for select() */
#include <stdlib.h>
#include <string.h>
#include <math.h>