Skip to content

Commit

Permalink
includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xnumad committed Feb 22, 2024
1 parent eb36c0a commit 89207be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sys/net/gnrc/network_layer/ipv6/nib/_nib-slaac.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

#include <kernel_defines.h>
#include <stdbool.h>
#if IS_ACTIVE(CONFIG_GNRC_IPV6_STABLE_PRIVACY)
#include "_nib-slaac.h"
#include <hashes/sha256.h>
#include "ztimer.h"
#include "random.h"
#endif

#include "log.h"
#include "luid.h"
Expand Down

0 comments on commit 89207be

Please sign in to comment.