summaryrefslogtreecommitdiff
path: root/net_ntrip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-16 00:45:28 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-16 00:45:28 -0500
commit04464dff271b14a527c21c35f46014e01e57e03d (patch)
tree4105422d7fa1d7800159746105b66c86b057fafa /net_ntrip.c
parentf3f6de6fcf86ec6b3486ee49a019061dc32eb7d8 (diff)
downloadgpsd-04464dff271b14a527c21c35f46014e01e57e03d.tar.gz
Total splint cleanup. All regressionm tests pass.
Diffstat (limited to 'net_ntrip.c')
-rw-r--r--net_ntrip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net_ntrip.c b/net_ntrip.c
index 511f1d18..4e411f2f 100644
--- a/net_ntrip.c
+++ b/net_ntrip.c
@@ -8,8 +8,8 @@
#include <errno.h>
#include <fcntl.h>
#include <math.h>
-#include <netdb.h>
#ifndef S_SPLINT_S
+#include <netdb.h>
#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */