From 7213a95b31889871d76c99eb677fcd18fbf16bc5 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Tue, 23 Jul 2019 00:25:31 +0200 Subject: [PATCH] sys/riotboot: add missing assert.h --- sys/riotboot/flashwrite.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/riotboot/flashwrite.c b/sys/riotboot/flashwrite.c index 2a968da5cd..148b882f08 100644 --- a/sys/riotboot/flashwrite.c +++ b/sys/riotboot/flashwrite.c @@ -20,6 +20,7 @@ * @} */ +#include #include #include "riotboot/flashwrite.h"