mirror of https://github.com/noisymime/Arduino.git
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:
parent
4e334b2e96
commit
5b83043290
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue