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

tests/at: add missing stdio.h include

This commit is contained in:
Kaspar Schleiser 2018-05-22 13:22:55 +02:00
parent e3f26b2c15
commit 331f8531b4

View File

@ -18,6 +18,8 @@
* @}
*/
#include <stdio.h>
#include "at.h"
#include "shell.h"
#include "timex.h"