Fixed missing includes causing warnings
authoretisserant
Tue, 05 Feb 2008 10:18:25 +0100
changeset 383 7d8afedb8769
parent 382 860e858685d3
child 384 83793fc7ce48
Fixed missing includes causing warnings
include/data.h
src/sdo.c
--- a/include/data.h	Tue Feb 05 10:17:36 2008 +0100
+++ b/include/data.h	Tue Feb 05 10:18:25 2008 +0100
@@ -42,6 +42,7 @@
 #include "states.h"
 #include "lifegrd.h"
 #include "sync.h"
+#include "nmtSlave.h"
 #include "nmtMaster.h"
 #include "emcy.h"
 #ifdef CO_ENABLE_LSS
--- a/src/sdo.c	Tue Feb 05 10:17:36 2008 +0100
+++ b/src/sdo.c	Tue Feb 05 10:18:25 2008 +0100
@@ -32,7 +32,7 @@
 /* #define DEBUG_WAR_CONSOLE_ON */
 /* #define DEBUG_ERR_CONSOLE_ON */
 
-#include "data.h"
+#include "canfestival.h"
 #include "sysdep.h"
 
 /* Uncomment if your compiler does not support inline functions */