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:
parent
fc79d85bcc
commit
49e99f712b
@ -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"
|
||||
|
@ -31,6 +31,7 @@
|
||||
|
||||
#include "net/ipv6/addr.h"
|
||||
#include "timex.h"
|
||||
#include <kernel_defines.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user