Skip to content

Commit 36789c0

Browse files
committed
Fixed the MD5 header inclusion in the examples as well
1 parent fe3774b commit 36789c0

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

examples/GNTPSendNotification/GNTPSendNotification.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <MD5.h>
12
#include <GNTP.h>
23
#include <SPI.h>
34
#include <Ethernet.h>

examples/GNTPSendPeriodicNotifications/GNTPSendPeriodicNotifications.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <MD5.h>
12
#include <GNTP.h>
23
#include <SPI.h>
34
#include <Ethernet.h>

examples/GNTPSendWithDebugging/GNTPSendWithDebugging.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <MD5.h>
12
#include <GNTP.h>
23
#include <SPI.h>
34
#include <Ethernet.h>

examples/GNTPSendWithPassword/GNTPSendWithPassword.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <MD5.h>
12
#include <GNTP.h>
23
#include <SPI.h>
34
#include <Ethernet.h>

0 commit comments

Comments
 (0)