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:
parent
299a1903e6
commit
637bbdd985
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user