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

pkg/nimble/scanlist: fix missing stdio.h include

This commit is contained in:
Hauke Petersen 2021-04-12 16:00:23 +02:00
parent c94f61596e
commit ec8d8703ab

View File

@ -19,6 +19,7 @@
* @}
*/
#include <stdio.h>
#include <assert.h>
#include "net/bluetil/ad.h"