summaryrefslogtreecommitdiff
path: root/net_dgpsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-24 06:11:25 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-24 06:11:25 -0500
commit72a8d5a077a3fd437fe451e57d6505933e3f4d3b (patch)
tree0dbaab17cdcc7a3894480960cc283e2f0da3028c /net_dgpsip.c
parent1244df56d664261c97d1ed8424f0a2ad08bc77ec (diff)
downloadgpsd-72a8d5a077a3fd437fe451e57d6505933e3f4d3b.tar.gz
Partial splint cleanup.
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 88ae7988..f555d20b 100644
--- a/net_dgpsip.c
+++ b/net_dgpsip.c
@@ -4,13 +4,13 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <sys/types.h>
-#include <sys/socket.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#ifndef S_SPLINT_S
#include <netdb.h>
+#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */