From 603f875e5628001e8d94fd2c078dbd9e6ff8e16f Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Sun, 8 Mar 2015 15:53:36 -0700 Subject: OS X needs a lot of time.h gpsd_config.h needs time_t which is in time.h OS X builds now. Untested. --- gpspipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpspipe.c') diff --git a/gpspipe.c b/gpspipe.c index d6602000..df40408c 100644 --- a/gpspipe.c +++ b/gpspipe.c @@ -23,6 +23,7 @@ * */ +#include /* for time_t */ #include "gpsd_config.h" #include @@ -33,7 +34,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.1