mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ndp: add missing header include
sys/include/net/ndp.h uses IPv6 addresses in NDP message type definitions but up until now the according header wasn't included.
This commit is contained in:
parent
d0079d2b2b
commit
9dc4023112
@ -23,6 +23,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "byteorder.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user