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. --- shmexport.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shmexport.c') diff --git a/shmexport.c b/shmexport.c index 4bfe750a..b4283671 100644 --- a/shmexport.c +++ b/shmexport.c @@ -14,6 +14,7 @@ PERMISSIONS BSD terms apply: see the file COPYING in the distribution root for details. ***************************************************************************/ +#include /* for time_t */ #include "gpsd_config.h" #ifdef SHM_EXPORT_ENABLE -- cgit v1.2.1