mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
Merge pull request #11327 from kaspar030/random_add_missing_include
sys/random: add missing includes
This commit is contained in:
commit
d6cad3c331
@ -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…
x
Reference in New Issue
Block a user