summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 459ecf41..56a0f6e0 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -7,10 +7,12 @@
*/
#include <sys/time.h> /* for select() */
#include <string.h>
+#include <stdio.h>
+#include <math.h>
+#include <time.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <math.h>
#include "gpsd.h"
#include "bits.h"