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

drivers/ds18.h: add missing stdint.h include

This commit is contained in:
Kaspar Schleiser 2019-03-21 22:19:59 +01:00
parent 4b2ca7a702
commit 5d3a4d63d8

View File

@ -38,6 +38,8 @@
#ifndef DS18_H
#define DS18_H
#include <stdint.h>
#include "periph/gpio.h"
#ifdef __cplusplus