Skip to content

Commit e8ed62a

Browse files
committed
Correct include case
1 parent daa63a6 commit e8ed62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WiFiMDNSResponder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#endif
2828

2929
#include "Arduino.h"
30-
#include "WiFiMdnsResponder.h"
30+
#include "WiFiMDNSResponder.h"
3131

3232
// Important RFC's for reference:
3333
// - DNS request and response: http://www.ietf.org/rfc/rfc1035.txt

0 commit comments

Comments
 (0)