1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/chronos: display.h: add missing stdint.h include

This commit is contained in:
Kaspar Schleiser 2019-10-15 11:48:37 +02:00
parent f0457bf8dd
commit d95a938809

View File

@ -38,6 +38,8 @@
#ifndef DISPLAY_H
#define DISPLAY_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif