# HG changeset patch
# User Andrey Skvortsov
# Date 1519932518 0
# Node ID 16dc09ee42d8f0ff87f574e88b57b2e4ac4bd4cc
# Parent  0b275a2c7c2bbae2e88d5898f3b1802be23a16be
add include <time.h>, required for time_t

diff -r 0b275a2c7c2b -r 16dc09ee42d8 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>