summaryrefslogtreecommitdiff
path: root/lcdgps.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 /lcdgps.c
parentac847d30cec56c13281bedb3c30617020807e480 (diff)
downloadgpsd-9d8fb8082b1cab3e648e3aeb775a3ddcf02719a8.tar.gz
More header cleanup.
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lcdgps.c b/lcdgps.c
index e95ba162..16006400 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -37,14 +37,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
-#include <sys/time.h> /* for select() */
+#include <time.h> /* for select() */
#include <netinet/in.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <errno.h>
#include <fcntl.h>
-#include <termios.h>
#include <netdb.h>
#ifndef S_SPLINT_S
#include <unistd.h>