summaryrefslogtreecommitdiff
path: root/rtcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtcm.c')
-rw-r--r--rtcm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtcm.c b/rtcm.c
index ad639db0..7f949291 100644
--- a/rtcm.c
+++ b/rtcm.c
@@ -48,6 +48,7 @@ Starlink's website.
*****************************************************************************/
+#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
@@ -55,6 +56,7 @@ Starlink's website.
#include <stdio.h>
#include <math.h> /* for round() */
+#include "gpsd_config.h"
#include "gpsd.h"
#include "rtcm.h"