1
0
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:
Matthijs Kooijman 2014-02-18 20:16:08 +01:00
parent 4e334b2e96
commit 5b83043290

View File

@ -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