From d5904b6b45850cc731d45ec81ff2294d0afe26ad Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 2 Jan 2010 22:29:16 +0000 Subject: David Ludlow's housekeeping and type-cleanup patch. All regression tests pass, --- net_gnss_dispatch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net_gnss_dispatch.c') diff --git a/net_gnss_dispatch.c b/net_gnss_dispatch.c index c631b4f5..cb2970e2 100644 --- a/net_gnss_dispatch.c +++ b/net_gnss_dispatch.c @@ -1,9 +1,13 @@ /* $Id$ */ /* net_gnss_dispatch.c -- common interface to a number of Network GNSS services */ +#include +#include "gpsd_config.h" #include #ifndef S_SPLINT_S -#include + #ifdef HAVE_SYS_SOCKET_H + #include + #endif #include #endif /* S_SPLINT_S */ #include -- cgit v1.2.1