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:
parent
c6781af281
commit
900ca3ff9e
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user