1
0
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:
Martine Lenders 2016-09-23 17:51:53 +02:00 committed by Martine Lenders
parent d0079d2b2b
commit 9dc4023112

View File

@ -23,6 +23,7 @@
#include <stdint.h>
#include "byteorder.h"
#include "net/ipv6/addr.h"
#ifdef __cplusplus
extern "C" {