Bug with DEBUG mode in SFC fixed
authorlbessard
Fri, 24 Oct 2008 16:38:26 +0200
changeset 150 398cfd6e8e4a
parent 149 05ca171a3d57
child 151 3b898fb11e73
Bug with DEBUG mode in SFC fixed
tests/main.c
--- a/tests/main.c	Fri Oct 24 16:37:46 2008 +0200
+++ b/tests/main.c	Fri Oct 24 16:38:26 2008 +0200
@@ -10,11 +10,15 @@
 #include <signal.h>
 #endif
 
+#include "iec_types.h"
+
 /*
  * Functions and variables provied by generated C softPLC
  **/ 
 extern int common_ticktime__;
 
+IEC_BOOL __DEBUG;
+
 /*
  * Functions and variables provied by plc.c
  **/