1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

net/gnrc: include kernel_defines.h

This commit is contained in:
Karl Fessel 2022-01-26 18:25:10 +01:00
parent fc79d85bcc
commit 49e99f712b
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define NET_GNRC_IPV6_NIB_PL_H
#include <stdint.h>
#include <kernel_defines.h>
#if IS_USED(MODULE_EVTIMER)
#include "evtimer.h"

View File

@ -31,6 +31,7 @@
#include "net/ipv6/addr.h"
#include "timex.h"
#include <kernel_defines.h>
#ifdef __cplusplus
extern "C" {