summaryrefslogtreecommitdiff
path: root/net_dgpsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-15 22:23:20 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-15 22:23:20 -0500
commitf3f6de6fcf86ec6b3486ee49a019061dc32eb7d8 (patch)
treee52ca3e1bd2f8f2a49f70d5fef4b132ba5dd5074 /net_dgpsip.c
parente5969b93a108a3d4fe3d110e1475bed2476c876b (diff)
downloadgpsd-f3f6de6fcf86ec6b3486ee49a019061dc32eb7d8.tar.gz
Work around a splint bug.
Diffstat (limited to 'net_dgpsip.c')
-rw-r--r--net_dgpsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net_dgpsip.c b/net_dgpsip.c
index eed60c3d..5065e205 100644
--- a/net_dgpsip.c
+++ b/net_dgpsip.c
@@ -7,8 +7,8 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
-#include <netdb.h>
#ifndef S_SPLINT_S
+#include <netdb.h>
#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */