summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-12 03:58:27 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-12 03:58:27 -0500
commit706c2f2503e07660adcb4ec063fcca742304ad7e (patch)
treecda551457fe90c8aa070e134119133d3d9c340d2 /driver_rtcm3.c
parent45fe9fe8604141e6671c24bf67482aff603b923e (diff)
downloadgpsd-706c2f2503e07660adcb4ec063fcca742304ad7e.tar.gz
deheader 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 58968a8e..137d1b32 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -27,12 +27,12 @@ BSD terms apply: see the file COPYING in the distribution root for details.
*****************************************************************************/
-#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "gpsd_config.h"
#ifndef S_SPLINT_S
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h> /* for ntohl(3) and friends */
#endif /* S_SPLINT_S */