diff options
Diffstat (limited to 'driver_tsip.c')
-rw-r--r-- | driver_tsip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c index bf34b546..459ecf41 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 <time.h> +#include <sys/time.h> /* for select() */ #include <string.h> #ifndef S_SPLINT_S #include <unistd.h> |