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

sys/sema: add missing limits.h

This commit is contained in:
Kaspar Schleiser 2020-11-23 14:00:54 +01:00
parent ff5a60396f
commit d6b6c0e98f

View File

@ -16,6 +16,8 @@
*/
#include <errno.h>
#include <limits.h>
#include "irq.h"
#include "assert.h"
#include "sema.h"