# HG changeset patch
# User lbessard
# Date 1224859106 -7200
# Node ID 398cfd6e8e4af2612e812a6a3e381a0d478ca724
# Parent  05ca171a3d57d480f090c86dc48deebec16b741d
Bug with DEBUG mode in SFC fixed

diff -r 05ca171a3d57 -r 398cfd6e8e4a 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
  **/