Add missing header time.h.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 4 May 2016 11:40:23 +0000 (20:40 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 4 May 2016 11:40:23 +0000 (20:40 +0900)
test/src/result-conversions-test.c

index 1aaaaa23a871fbb04623e76bebbd29bf5e49af50..d755bbd4d189f6f8c7aeb3f8c43299e7defbbfa2 100644 (file)
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <ctype.h>
 #include <math.h>
+#include <time.h>
 
 #ifdef WIN32
 #include <float.h>