summaryrefslogtreecommitdiff
path: root/tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'tsip.c')
-rw-r--r--tsip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsip.c b/tsip.c
index 9351698f..6ca2107f 100644
--- a/tsip.c
+++ b/tsip.c
@@ -3,10 +3,12 @@
* Handle the Trimble TSIP packet format
* by Rob Janssen, PE1CHL.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
+#include "gpsd_config.h"
#include "gpsd.h"
#include "bits.h"