summaryrefslogtreecommitdiff
path: root/gpsd.h-head
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-08 15:53:36 -0700
committerGary E. Miller <gem@rellim.com>2015-03-08 15:53:36 -0700
commit603f875e5628001e8d94fd2c078dbd9e6ff8e16f (patch)
tree486eeff3851468b7c6e9d46e499a6d1d0e9cb87f /gpsd.h-head
parentc897569ae149fd4bc244d5c8d6ca8f23d593495d (diff)
downloadgpsd-603f875e5628001e8d94fd2c078dbd9e6ff8e16f.tar.gz
OS X needs a lot of time.h
gpsd_config.h needs time_t which is in time.h OS X builds now. Untested.
Diffstat (limited to 'gpsd.h-head')
-rw-r--r--gpsd.h-head1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h-head b/gpsd.h-head
index e19e0382..b05fce9b 100644
--- a/gpsd.h-head
+++ b/gpsd.h-head
@@ -13,6 +13,7 @@ extern "C" {
#include <stdbool.h>
#include <stdio.h>
+#include <time.h> /* for time_t */
#ifndef GPSD_CONFIG_H
/* Feature configuration switches begin here */