summaryrefslogtreecommitdiff
path: root/net_gnss_dispatch.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 08:09:49 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 08:09:49 -0500
commit1e0126fcbf956b5893dabcac2c7c3f5002ce910c (patch)
treebfbf7b365af98444431d391a464a5ecb5bf5e87f /net_gnss_dispatch.c
parenteead1c2ac4df683dd43c8b6e0a1c766a00f7c702 (diff)
downloadgpsd-1e0126fcbf956b5893dabcac2c7c3f5002ce910c.tar.gz
More header simplification. All regression tests pass.
Diffstat (limited to 'net_gnss_dispatch.c')
-rw-r--r--net_gnss_dispatch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/net_gnss_dispatch.c b/net_gnss_dispatch.c
index 96009aeb..1d3f2dab 100644
--- a/net_gnss_dispatch.c
+++ b/net_gnss_dispatch.c
@@ -5,6 +5,9 @@
*/
#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
+
#include "gpsd_config.h"
#ifndef S_SPLINT_S
#ifdef HAVE_SYS_SOCKET_H
@@ -12,8 +15,6 @@
#endif
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <string.h>
-#include <errno.h>
#include "gpsd.h"