From 4ecfe7ec95b02271eac6747190a16b228c35f6d4 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 18 Sep 2024 17:52:36 +0200 Subject: [PATCH] headers: Add tiny_strerror --- riot-headers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/riot-headers.h b/riot-headers.h index f8be590..c4ff4d7 100644 --- a/riot-headers.h +++ b/riot-headers.h @@ -164,6 +164,9 @@ #ifdef MODULE_RIOTBOOT_SLOT #include "riotboot/slot.h" #endif +#ifdef MODULE_TINY_STRERROR +#include "tiny_strerror.h" +#endif #ifdef MODULE_UUID #include "uuid.h" #endif