Skip to content

Commit

Permalink
Merge pull request #17730 from fjmolinas/pr_sixlowpan_frag_fb_include…
Browse files Browse the repository at this point in the history
…_guard

sys/gnrc/sixlowpan/frag/fb: guard sfr_types.h header include
  • Loading branch information
kaspar030 authored Mar 2, 2022
2 parents ce1ec91 + c8045dc commit 9717401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/include/net/gnrc/sixlowpan/frag/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#ifdef MODULE_GNRC_SIXLOWPAN_FRAG_HINT
#include "net/gnrc/sixlowpan/frag/hint.h"
#endif /* MODULE_GNRC_SIXLOWPAN_FRAG_HINT */
#if IS_USED(MODULE_GNRC_SIXLOWPAN_FRAG_SFR)
#include "net/gnrc/sixlowpan/frag/sfr_types.h"
#endif

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 9717401

Please sign in to comment.