Skip to content

Commit

Permalink
ndp: add missing header include
Browse files Browse the repository at this point in the history
sys/include/net/ndp.h uses IPv6 addresses in NDP message type definitions but up
until now the according header wasn't included.
  • Loading branch information
miri64 committed Sep 23, 2016
1 parent d0079d2 commit 9dc4023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/include/net/ndp.h
Expand Up @@ -23,6 +23,7 @@
#include <stdint.h>

#include "byteorder.h"
#include "net/ipv6/addr.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 9dc4023

Please sign in to comment.