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

sys/random: add missing includes

This commit is contained in:
Kaspar Schleiser 2019-04-01 17:04:55 +02:00
parent 299a1903e6
commit 637bbdd985

View File

@ -20,9 +20,12 @@
*/
#include <stdint.h>
#include <assert.h>
#include "log.h"
#include "random.h"
#include "bitarithm.h"
#ifdef MODULE_PUF_SRAM
#include "puf_sram.h"
#endif