summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver_rtcm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index 05fd5718..46a5ae08 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -33,8 +33,8 @@ BSD terms apply: see the file COPYING in the distribution root for details.
#include <assert.h>
#include "gpsd_config.h"
#ifndef S_SPLINT_S
-#include <arpa/inet.h> /* for ntohl(3) and friends */
#include <netinet/in.h>
+#include <arpa/inet.h> /* for ntohl(3) and friends */
#endif /* S_SPLINT_S */
#include "gpsd.h"