Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2022-07-14 10:39:13 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-14 10:39:13 +0300
commitcfd18b0e2c15cc45c748859be4abcfdada5be686 (patch)
tree4f79e8eccf5dd3772cfddf96374745a9c2313191 /src/Networking/LwipEthernet/LwipEthernetInterface.cpp
parent16148ac053acd33422c4e91dd09e4d5aefc2e80b (diff)
Added MulticastDiscovery folder and multicast protocol header
Diffstat (limited to 'src/Networking/LwipEthernet/LwipEthernetInterface.cpp')
-rw-r--r--src/Networking/LwipEthernet/LwipEthernetInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
index 027c4daa..69049406 100644
--- a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
+++ b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp
@@ -21,7 +21,7 @@
#include <Networking/FtpResponder.h>
#include <Networking/TelnetResponder.h>
#if SUPPORT_MULTICAST_DISCOVERY
-# include <Networking/MulticastResponder.h>
+# include <Networking/MulticastDiscovery/MulticastResponder.h>
#endif
#include <General/IP4String.h>