summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-21 03:29:22 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-21 03:29:22 -0500
commit2b0eac5ef87320f78dbaee386511058447d0ffda (patch)
tree7e9fced440cfcebf623706b6fb618e33df0a16b6 /driver_tsip.c
parent0341e03b9a8480308dd32df21519ce387744ca84 (diff)
downloadgpsd-2b0eac5ef87320f78dbaee386511058447d0ffda.tar.gz
Use <time.h> a la SuS, rather than <sys/time.h>, for select(2) etc.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 8d30c62e..bf34b546 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -5,7 +5,7 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
-#include <sys/time.h>
+#include <time.h>
#include <string.h>
#ifndef S_SPLINT_S
#include <unistd.h>