From 96313a3f6861b1799729e5e788a3d20386554214 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 2009 03:51:06 +0000 Subject: Include the whole config file in gpsd.h. That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it. --- net_dgpsip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net_dgpsip.c') diff --git a/net_dgpsip.c b/net_dgpsip.c index abf14539..e771e5ec 100644 --- a/net_dgpsip.c +++ b/net_dgpsip.c @@ -15,7 +15,7 @@ #include #include #include -#include "gpsd_config.h" + #include "gpsd.h" /*@ -branchstate */ -- cgit v1.2.1