add include <time.h>, required for time_t
authorAndrey Skvortsov
Thu, 01 Mar 2018 19:28:38 +0000
changeset 1070 16dc09ee42d8
parent 1069 0b275a2c7c2b
child 1072 2dc67df52e59
add include <time.h>, required for time_t
lib/C/iec_std_lib.h
--- a/lib/C/iec_std_lib.h	Fri Feb 02 18:36:15 2018 +0000
+++ b/lib/C/iec_std_lib.h	Thu Mar 01 19:28:38 2018 +0000
@@ -35,6 +35,7 @@
 #include <math.h>
 #include <stdint.h>
 #include <ctype.h>
+#include <time.h>
 
 #include <stdio.h>
 #include <stdlib.h>