Skip to content

Commit

Permalink
Merge pull request #11327 from kaspar030/random_add_missing_include
Browse files Browse the repository at this point in the history
sys/random: add missing includes
  • Loading branch information
dylad authored Apr 1, 2019
2 parents 1d2a991 + 637bbdd commit d6cad3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/random/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6cad3c

Please sign in to comment.