Fix extra include that broke support on many platforms

This commit is contained in:
Thiago Alves
2024-12-03 09:16:53 -05:00
committed by GitHub
parent fd3abd550e
commit 48ebcaefc3
+2 -1
View File
@@ -57,7 +57,8 @@
* Include type defs.
*/
#include "iec_types_all.h"
#include <sys/time.h>
// Reverted to exclude this. Including <sys/time.h> broke all the other platforms. Might need to check for an alternative for Alpine
//#include <sys/time.h>
extern TIME __CURRENT_TIME;
extern BOOL __DEBUG;