$OpenBSD: patch-libraries_Ethernet_Ethernet_cpp,v 1.2 2012/04/24 06:37:32 jasper Exp $

Adjust include path, so we don't have to mess around in BSDmakefile
with adjusting include paths just for Ethernet.

--- libraries/Ethernet/Ethernet.cpp.orig	Wed Nov 16 23:12:22 2011
+++ libraries/Ethernet/Ethernet.cpp	Fri Dec  9 09:42:38 2011
@@ -1,4 +1,4 @@
-#include "w5100.h"
+#include "utility/w5100.h"
 #include "Ethernet.h"
 #include "Dhcp.h"
 
