Skip to content

Commit 7ba8e3a

Browse files
authored
Merge pull request #29 from JetForMe/patch-1
Added missing includes IPAddress.h and Udp.h
2 parents 3ab761b + af2e16a commit 7ba8e3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MDNS.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ extern "C" {
2626
}
2727

2828
#include <Arduino.h>
29+
#include <IPAddress.h>
30+
#include <Udp.h>
2931

3032
typedef uint8_t byte;
3133

0 commit comments

Comments
 (0)