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

examples/*: add missing include of assert.h

This commit is contained in:
Bas Stottelaar 2020-10-21 15:58:02 +02:00
parent 4bdfe9a254
commit 2a818172a4
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include <inttypes.h>

View File

@ -22,6 +22,7 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include <inttypes.h>

View File

@ -31,6 +31,7 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>