# HG changeset patch # User Florian Pose <fp@igh-essen.com> # Date 1152174715 0 # Node ID feea8d850c65c0d016c504b4ef414039fa5d0f35 # Parent 14aeb79aa992f2632687e5dee527e7ae50d0cbdb Applied include patch by M. Schwerin. diff -r 14aeb79aa992 -r feea8d850c65 master/datagram.h --- 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" diff -r 14aeb79aa992 -r feea8d850c65 master/debug.c --- 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" diff -r 14aeb79aa992 -r feea8d850c65 master/domain.c --- 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" diff -r 14aeb79aa992 -r feea8d850c65 master/ethernet.c --- 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"