Skip to content

Commit

Permalink
Add random module to riot-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Aschmann committed Mar 10, 2023
1 parent 404128d commit 2e02ee0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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 Expand Up @@ -165,11 +168,11 @@

/* packages */
#ifdef MODULE_NIMBLE_HOST
# include "host/ble_gatt.h"
# ifndef IS_C2RUST
# include "host/ble_gap.h"
# endif
# include "host/ble_hs_adv.h"
#include "host/ble_gatt.h"
#ifndef IS_C2RUST
#include "host/ble_gap.h"
#endif
#include "host/ble_hs_adv.h"
#endif
#ifdef MODULE_NIMBLE_SVC_GAP
#include "services/gap/ble_svc_gap.h"
Expand Down

0 comments on commit 2e02ee0

Please sign in to comment.