From ce3f65a161a553f47e3e4eaaeb29c903f136a65c Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 17 Aug 2010 20:37:17 +0000 Subject: [PATCH] Correcting case of #include's in Ethernet library. --- libraries/Ethernet/Udp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Ethernet/Udp.cpp b/libraries/Ethernet/Udp.cpp index 118174fb7..0585d6e3d 100644 --- a/libraries/Ethernet/Udp.cpp +++ b/libraries/Ethernet/Udp.cpp @@ -28,8 +28,8 @@ #include "w5100.h" #include "socket.h" -#include "ethernet.h" -#include "udp.h" +#include "Ethernet.h" +#include "Udp.h" /* Start UDP socket, listening at local port PORT */ void UdpClass::begin(uint16_t port) {