sys/riotboot: add missing assert.h

This commit is contained in:
Bas Stottelaar 2019-07-23 00:25:31 +02:00
parent 0729beb3b2
commit 7213a95b31

View File

@ -20,6 +20,7 @@
* @} * @}
*/ */
#include <assert.h>
#include <string.h> #include <string.h>
#include "riotboot/flashwrite.h" #include "riotboot/flashwrite.h"