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:
parent
4b2ca7a702
commit
5d3a4d63d8
@ -38,6 +38,8 @@
|
||||
#ifndef DS18_H
|
||||
#define DS18_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "periph/gpio.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user