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

gnrc_sixlowpan_frag_vrb: add missing header include

This commit is contained in:
Martine S. Lenders 2019-10-07 17:54:29 +02:00
parent c6781af281
commit 900ca3ff9e

View File

@ -27,6 +27,9 @@
#include "net/gnrc/netif.h"
#include "net/gnrc/sixlowpan/config.h"
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG
#include "net/gnrc/sixlowpan/frag.h"
#endif /* MODULE_GNRC_SIXLOWPAN_FRAG */
#include "net/gnrc/sixlowpan/frag/rb.h"
#include "timex.h"