Commit 4a80fd37 authored by Cedric Roux's avatar Cedric Roux

add includes so that oaisim compiles with the T

parent fc1c621a
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
# include "vcd_signal_dumper.h" # include "vcd_signal_dumper.h"
#endif #endif
#if T_TRACER
#include "T.h"
#endif
/* Includes "intertask_interface_init.h" to check prototype coherence, but /* Includes "intertask_interface_init.h" to check prototype coherence, but
* disable threads and messages information generation. * disable threads and messages information generation.
*/ */
......
...@@ -64,6 +64,10 @@ ...@@ -64,6 +64,10 @@
#include "vcd_signal_dumper.h" #include "vcd_signal_dumper.h"
#endif #endif
#if T_TRACER
#include "T.h"
#endif
static const int itti_dump_debug = 0; // 0x8 | 0x4 | 0x2; static const int itti_dump_debug = 0; // 0x8 | 0x4 | 0x2;
#ifdef RTAI #ifdef RTAI
......
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
# include "vcd_signal_dumper.h" # include "vcd_signal_dumper.h"
#endif #endif
#if T_TRACER
#include <string.h>
#include "T.h"
#endif
/*------------------------------------------------------------------------------*/ /*------------------------------------------------------------------------------*/
const static int mp_debug = 0; const static int mp_debug = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment