summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver_rtcm3.c2
-rw-r--r--monitor_italk.c1
-rw-r--r--net_dgpsip.c2
3 files changed, 5 insertions, 0 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index cd0fb938..90401418 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -27,6 +27,8 @@ BSD terms apply: see the file COPYING in the distribution root for details.
*****************************************************************************/
+#include <sys/types.h>
+#include <netinet/in.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
diff --git a/monitor_italk.c b/monitor_italk.c
index 82bd4ab2..b2f786c5 100644
--- a/monitor_italk.c
+++ b/monitor_italk.c
@@ -4,6 +4,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "gpsd.h"
#include "bits.h"
diff --git a/net_dgpsip.c b/net_dgpsip.c
index 6726ed93..88ae7988 100644
--- a/net_dgpsip.c
+++ b/net_dgpsip.c
@@ -3,6 +3,8 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
+#include <sys/types.h>
+#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>