1
0
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:
Martine S. Lenders 2019-11-12 11:13:54 +01:00 committed by Martine Lenders
parent b1146c0f42
commit f1af602952
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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" {