Applied new path information to example modules.
--- a/examples/mini/mini.c Wed May 10 07:53:50 2006 +0000
+++ b/examples/mini/mini.c Wed May 10 07:57:26 2006 +0000
@@ -31,7 +31,7 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
-#include "../include/ecrt.h" // EtherCAT realtime interface
+#include "../../include/ecrt.h" // EtherCAT realtime interface
#define ASYNC
#define FREQUENCY 100
--- a/examples/rt/msr_rt.c Wed May 10 07:53:50 2006 +0000
+++ b/examples/rt/msr_rt.c Wed May 10 07:57:26 2006 +0000
@@ -42,7 +42,7 @@
#include "msr_param.h"
// EtherCAT
-#include "../include/ecrt.h"
+#include "../../include/ecrt.h"
#define ASYNC
--- a/examples/rtai/rtai_sample.c Wed May 10 07:53:50 2006 +0000
+++ b/examples/rtai/rtai_sample.c Wed May 10 07:57:26 2006 +0000
@@ -31,7 +31,7 @@
#include <linux/spinlock.h>
#include <linux/interrupt.h>
-#include "../include/ecrt.h" // EtherCAT realtime interface
+#include "../../include/ecrt.h" // EtherCAT realtime interface
#define ASYNC
#define FREQUENCY 100