summaryrefslogtreecommitdiff
path: root/italk.c
diff options
context:
space:
mode:
Diffstat (limited to 'italk.c')
-rw-r--r--italk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/italk.c b/italk.c
index daf08ea5..2c943c94 100644
--- a/italk.c
+++ b/italk.c
@@ -2,6 +2,7 @@
/*
* Driver for the iTalk binary protocol used by FasTrax
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -9,9 +10,9 @@
#include <ctype.h>
#include <unistd.h>
#include <time.h>
-#include <sys/types.h>
#include <stdio.h>
+#include "gpsd_config.h"
#include "gpsd.h"
#if defined(ITALK_ENABLE) && defined(BINARY_ENABLE)