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

pkg/uwb-core: fix wrong header include

This commit is contained in:
Francisco Molina 2021-12-06 17:20:43 +01:00
parent 4d96c1f8e0
commit 6bf244250f

View File

@ -22,7 +22,7 @@
#include <stdint.h>
#include "event.h"
#if IS_USED(MODULE_UWB_CORE_EVENT_THREAD)
#include "event/thread"
#include "event/thread.h"
#endif
#ifdef __cplusplus