# HG changeset patch # User Laurent Bessard # Date 1365809945 -7200 # Node ID 03cf08190ac4df92ea634d3670eb17bef2f7a256 # Parent 11102245e1d452bedb90552a58461d6bd245f31e Fixed header files inclusion in CIA402 node template file diff -r 11102245e1d4 -r 03cf08190ac4 etherlab/plc_cia402node.c --- a/etherlab/plc_cia402node.c Fri Apr 12 15:41:22 2013 +0900 +++ b/etherlab/plc_cia402node.c Sat Apr 13 01:39:05 2013 +0200 @@ -5,11 +5,8 @@ #include "ecrt.h" -#ifdef _WINDOWS_H - #include "iec_types.h" -#else - #include "iec_std_lib.h" -#endif +#include "beremiz.h" +#include "iec_types_all.h" #include "accessor.h" #include "POUS.h"