mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-08-18 11:41:13 +08:00
Fix extra include that broke support on many platforms
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user