Skip to content

Commit 966f666

Browse files
authored
Merge pull request arduino#78 from bcmi-labs/wifi_includes
Add includes to Client Server and Udp
2 parents ad3c44a + 825fbfe commit 966f666

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libraries/WiFi/src/WiFiC3.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ class CWifi {
252252

253253
extern CWifi WiFi;
254254

255+
#include "WiFiClient.h"
256+
#include "WiFiServer.h"
257+
#include "WiFiUdp.h"
255258

256-
257-
258-
#endif
259+
#endif

0 commit comments

Comments
 (0)