summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/isgps.c b/isgps.c
index e69192fe..11ffebbf 100644
--- a/isgps.c
+++ b/isgps.c
@@ -55,11 +55,13 @@ necessary) reassembled into a struct rtcm_t.
*****************************************************************************/
+#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
+#include "gpsd_config.h"
#include "gpsd.h"
#ifdef BINARY_ENABLE