From bb001b6e13a0bcebfe22f47f57b532430cc40aea Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Mon, 25 Oct 2010 16:33:41 +0200
Subject: [PATCH] Added missing header.

---
 master/ethernet.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/master/ethernet.h b/master/ethernet.h
index f14a8e87..109349d7 100644
--- a/master/ethernet.h
+++ b/master/ethernet.h
@@ -39,6 +39,7 @@
 
 #include <linux/list.h>
 #include <linux/netdevice.h>
+#include <linux/semaphore.h>
 
 #include "globals.h"
 #include "slave.h"
-- 
GitLab