From 0fdda5afefa514392097b61b1c381822b3fb8847 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 6 Jul 2006 08:31:55 +0000 Subject: [PATCH] Applied include patch by M. Schwerin. --- master/datagram.h | 1 + master/debug.c | 1 + master/domain.c | 2 ++ master/ethernet.c | 1 + 4 files changed, 5 insertions(+) diff --git a/master/datagram.h b/master/datagram.h index 8d2f8920..9b5c4bbb 100644 --- a/master/datagram.h +++ b/master/datagram.h @@ -42,6 +42,7 @@ #define _EC_DATAGRAM_H_ #include +#include #include #include "globals.h" diff --git a/master/debug.c b/master/debug.c index 3ade15ef..01e8f637 100644 --- a/master/debug.c +++ b/master/debug.c @@ -38,6 +38,7 @@ /*****************************************************************************/ +#include #include #include "globals.h" diff --git a/master/domain.c b/master/domain.c index cc7869da..ebda3f9f 100644 --- a/master/domain.c +++ b/master/domain.c @@ -38,6 +38,8 @@ /*****************************************************************************/ +#include + #include "globals.h" #include "domain.h" #include "master.h" diff --git a/master/ethernet.c b/master/ethernet.c index f1cebbfe..0fcd0fac 100644 --- a/master/ethernet.c +++ b/master/ethernet.c @@ -38,6 +38,7 @@ /*****************************************************************************/ +#include #include #include "../include/ecrt.h"