Applied include patch by M. Schwerin.
authorFlorian Pose <fp@igh-essen.com>
Thu, 06 Jul 2006 08:31:55 +0000
changeset 294 feea8d850c65
parent 293 14aeb79aa992
child 295 934ec4051dd4
Applied include patch by M. Schwerin.
master/datagram.h
master/debug.c
master/domain.c
master/ethernet.c
--- a/master/datagram.h	Thu Jul 06 08:23:24 2006 +0000
+++ b/master/datagram.h	Thu Jul 06 08:31:55 2006 +0000
@@ -42,6 +42,7 @@
 #define _EC_DATAGRAM_H_
 
 #include <linux/list.h>
+#include <linux/time.h>
 #include <linux/timex.h>
 
 #include "globals.h"
--- a/master/debug.c	Thu Jul 06 08:23:24 2006 +0000
+++ b/master/debug.c	Thu Jul 06 08:31:55 2006 +0000
@@ -38,6 +38,7 @@
 
 /*****************************************************************************/
 
+#include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 
 #include "globals.h"
--- a/master/domain.c	Thu Jul 06 08:23:24 2006 +0000
+++ b/master/domain.c	Thu Jul 06 08:31:55 2006 +0000
@@ -38,6 +38,8 @@
 
 /*****************************************************************************/
 
+#include <linux/module.h>
+
 #include "globals.h"
 #include "domain.h"
 #include "master.h"
--- a/master/ethernet.c	Thu Jul 06 08:23:24 2006 +0000
+++ b/master/ethernet.c	Thu Jul 06 08:31:55 2006 +0000
@@ -38,6 +38,7 @@
 
 /*****************************************************************************/
 
+#include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 
 #include "../include/ecrt.h"