beremiz
Clone
Summary
Browse
Changes
Graph
Fixed header files inclusion in CIA402 node template file
2013-04-13, Laurent Bessard
03cf08190ac4
Parents
11102245e1d4
Children
68beaf825a20
Fixed header files inclusion in CIA402 node template file
1 files changed, 2 insertions(+), 5 deletions(-)
+2
-5
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"