Skip to content

Commit

Permalink
tests/at: add missing stdio.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed May 23, 2018
1 parent e3f26b2 commit 331f853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/at/main.c
Expand Up @@ -18,6 +18,8 @@
* @}
*/

#include <stdio.h>

#include "at.h"
#include "shell.h"
#include "timex.h"
Expand Down

0 comments on commit 331f853

Please sign in to comment.