Skip to content

Commit e369064

Browse files
authored
Merge pull request arduino#78 from bcmi-labs/wifi_includes
Add includes to Client Server and Udp Former-commit-id: 966f666
2 parents 54efcb6 + 2c491db commit e369064

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libraries/WiFi/src/WiFiC3.h

Lines changed: 4 additions & 3 deletions
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)