Skip to content

Commit

Permalink
Add random module to riot-headers
Browse files Browse the repository at this point in the history
Merges: #26
  • Loading branch information
chrysn committed Mar 23, 2023
2 parents 25737f0 + ce90e49 commit b4bd4bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions riot-headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
#ifdef MODULE_NANOCOAP_SOCK
#include <net/nanocoap_sock.h>
#endif
#ifdef MODULE_RANDOM
#include <random.h>
#endif
#ifdef MODULE_SOCK
#include <net/sock.h>
#endif
Expand Down

0 comments on commit b4bd4bd

Please sign in to comment.