1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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 "riotboot/flashwrite.h"