mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
gnrc_sixlowpan_frag_fb: add missing frag/hint.h include
This commit is contained in:
parent
b1146c0f42
commit
f1af602952
@ -25,6 +25,9 @@
|
||||
|
||||
#include "msg.h"
|
||||
#include "net/gnrc/pkt.h"
|
||||
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG_HINT
|
||||
#include "net/gnrc/sixlowpan/frag/hint.h"
|
||||
#endif /* MODULE_GNRC_SIXLOWPAN_FRAG_HINT */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user