summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-24 06:11:25 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-24 06:11:25 -0500
commit72a8d5a077a3fd437fe451e57d6505933e3f4d3b (patch)
tree0dbaab17cdcc7a3894480960cc283e2f0da3028c /driver_rtcm3.c
parent1244df56d664261c97d1ed8424f0a2ad08bc77ec (diff)
downloadgpsd-72a8d5a077a3fd437fe451e57d6505933e3f4d3b.tar.gz
Partial splint cleanup.
Diffstat (limited to 'driver_rtcm3.c')
-rw-r--r--driver_rtcm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index 90401418..05fd5718 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -28,13 +28,13 @@ 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>
#include "gpsd_config.h"
#ifndef S_SPLINT_S
#include <arpa/inet.h> /* for ntohl(3) and friends */
+#include <netinet/in.h>
#endif /* S_SPLINT_S */
#include "gpsd.h"