diff --git a/riot-headers.h b/riot-headers.h index b6023a6..4d0a02a 100644 --- a/riot-headers.h +++ b/riot-headers.h @@ -118,6 +118,9 @@ #ifdef MODULE_NANOCOAP_SOCK #include #endif +#ifdef MODULE_RANDOM +#include +#endif #ifdef MODULE_SOCK #include #endif @@ -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"