Commit ff12ee24 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Grzegorz Daniluk

include: added missing stdint header

parent 7df43651
......@@ -9,6 +9,8 @@
#ifndef __TEMPERATURE_H__
#define __TEMPERATURE_H__
#include <stdint.h>
#define WRC_MAX_TEMPERATURES 4
struct wrc_onetemp {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment