summaryrefslogtreecommitdiff
path: root/lcdgps.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 /lcdgps.c
parente5969b93a108a3d4fe3d110e1475bed2476c876b (diff)
downloadgpsd-f3f6de6fcf86ec6b3486ee49a019061dc32eb7d8.tar.gz
Work around a splint bug.
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcdgps.c b/lcdgps.c
index 4829d12c..59bed232 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -36,8 +36,8 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <netdb.h>
#ifndef S_SPLINT_S
+#include <netdb.h>
#ifndef AF_UNSPEC
#include <sys/socket.h>
#endif /* AF_UNSPEC */