mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
cpu/esp_common: add missing include for limits.h in freertos/task.h
This commit is contained in:
parent
0b801c4de0
commit
ba28bf849c
@ -13,6 +13,8 @@
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
#include <limits.h> /* for INT_MAX */
|
||||
|
||||
#include "thread.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user