summaryrefslogtreecommitdiff
path: root/test_mkgmtime.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 02:33:20 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 02:33:20 -0500
commitd9399e29fff4084396eff6069243e1313ea18f9e (patch)
tree3c9efe43b9c38f5f91e2355c4835301d805dadf7 /test_mkgmtime.c
parentc0ab7959869bd256d582d67cfae8737d577d816b (diff)
downloadgpsd-d9399e29fff4084396eff6069243e1313ea18f9e.tar.gz
Insert SuS headers required for portablity, as revealed by deheader.
Diffstat (limited to 'test_mkgmtime.c')
-rw-r--r--test_mkgmtime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_mkgmtime.c b/test_mkgmtime.c
index d8407003..ef8bd12a 100644
--- a/test_mkgmtime.c
+++ b/test_mkgmtime.c
@@ -3,6 +3,8 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <stdlib.h>
+#include <stdio.h>
+#include <time.h>
#include "gps.h"