mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-03 05:41:13 +03:00
Include stdint.h from IPAddress.h on SAM
This happened for AVR in 34885b01, this commit makes the SAM version
identical again.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#ifndef IPAddress_h
|
||||
#define IPAddress_h
|
||||
|
||||
#include <stdint.h>
|
||||
#include <Printable.h>
|
||||
|
||||
// A class to make it easier to handle and pass around IP addresses
|
||||
|
||||
Reference in New Issue
Block a user