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

tests/bitarithm_timings: add limits.h include

This commit is contained in:
Kaspar Schleiser 2020-11-23 11:41:12 +01:00
parent 3f0ea86963
commit 1c0560a205

View File

@ -33,6 +33,7 @@
#include <stdint.h>
#include <stdatomic.h>
#include <stdio.h>
#include <limits.h>
#include "bitarithm.h"
#include "xtimer.h"