summaryrefslogtreecommitdiff
path: root/test_matrix.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-09 12:28:43 -0700
committerGary E. Miller <gem@rellim.com>2015-03-09 12:28:43 -0700
commit4fccd5a1752fe6662f69c31beb18cc3d44bb9e00 (patch)
treed8f578f83867d4d3a62e0a5bca5164764aa685c6 /test_matrix.c
parent597f228b74c6e353cbae49b5cdece1de2ba99dd4 (diff)
downloadgpsd-4fccd5a1752fe6662f69c31beb18cc3d44bb9e00.tar.gz
OS X needs another time.h for time_t
scons check now builds, but will fails due to SHM errors.
Diffstat (limited to 'test_matrix.c')
-rw-r--r--test_matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_matrix.c b/test_matrix.c
index eb5ca493..d342a364 100644
--- a/test_matrix.c
+++ b/test_matrix.c
@@ -8,6 +8,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
+#include <time.h> /* for time_t */
#include <math.h>
#include "compiler.h"