summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 18:38:42 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 18:38:42 -0500
commit2c69666fa6f815edbc941e278e015e54795329e8 (patch)
tree4eae822a6b4e7bf230a00ffbfc6af6830491db65 /driver_rtcm3.c
parenta619431a9d7576506b55c607555fecfc084bec37 (diff)
downloadgpsd-2c69666fa6f815edbc941e278e015e54795329e8.tar.gz
More header portability auditing by deheader.
Diffstat (limited to 'driver_rtcm3.c')
-rw-r--r--driver_rtcm3.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index 90c734e9..cd0fb938 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -27,16 +27,12 @@ BSD terms apply: see the file COPYING in the distribution root for details.
*****************************************************************************/
-#ifndef S_SPLINT_S
-#include <unistd.h>
-#endif /* S_SPLINT_S */
+#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "gpsd_config.h"
#ifndef S_SPLINT_S
-#ifdef HAVE_ARPA_INET
#include <arpa/inet.h> /* for ntohl(3) and friends */
-#endif /* HAVE_ARPA_INET */
#endif /* S_SPLINT_S */
#include "gpsd.h"