From ce90e493a427eaa7ef37aa794eb183b3f20f6eb4 Mon Sep 17 00:00:00 2001 From: Joel Aschmann Date: Mon, 20 Mar 2023 11:00:30 +0100 Subject: [PATCH] Add `random` module to `riot-headers` --- riot-headers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/riot-headers.h b/riot-headers.h index b6023a6..0b27ec6 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