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

tests/*: add missing include of assert.h

This commit is contained in:
Bas Stottelaar 2020-10-21 15:59:16 +02:00
parent 80d9da90df
commit 6deaf39e5d
12 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,7 @@
* @}
*/
#include <assert.h>
#include <stdint.h>
#include <stdatomic.h>
#include <stdio.h>

View File

@ -17,6 +17,7 @@
* @}
*/
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

View File

@ -21,6 +21,7 @@
#define ENABLE_DEBUG (0)
#include <assert.h>
#include <debug.h>
#include <errno.h>
#include <isrpipe.h>

View File

@ -18,6 +18,7 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include "fmt.h"

View File

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

View File

@ -17,6 +17,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>

View File

@ -17,6 +17,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>

View File

@ -18,6 +18,7 @@
* @}
*/
#include <assert.h>
#include <stdio.h>
#include "common.h"

View File

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

View File

@ -17,6 +17,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>

View File

@ -17,6 +17,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>

View File

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