mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01: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:
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…
x
Reference in New Issue
Block a user