summaryrefslogtreecommitdiff
path: root/sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sirf.c')
-rw-r--r--sirf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sirf.c b/sirf.c
index be92dd99..6baacd94 100644
--- a/sirf.c
+++ b/sirf.c
@@ -25,6 +25,7 @@
* 7, 28, 29 and 30 will give you the same information."
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -32,9 +33,9 @@
#include <ctype.h>
#include <unistd.h>
#include <time.h>
-#include <sys/types.h>
#include <stdio.h>
+#include "gpsd_config.h"
#include "gpsd.h"
#include "bits.h"
#if defined(SIRF_ENABLE) && defined(BINARY_ENABLE)