Fixed header files inclusion in CIA402 node template file
authorLaurent Bessard
Sat, 13 Apr 2013 01:39:05 +0200
changeset 2122 03cf08190ac4
parent 2121 11102245e1d4
child 2123 68beaf825a20
Fixed header files inclusion in CIA402 node template file
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"