Merge pull request #8574 from miri64/gnrc_sixlowpan_nd/fix/missing-header

gnrc_sixlowpan_nd: add missing header
This commit is contained in:
Sebastian Meiling 2018-02-16 15:25:45 +01:00 committed by GitHub
commit 30e64fc82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
#include <stdint.h> #include <stdint.h>
#include "kernel_types.h" #include "kernel_types.h"
#include "net/gnrc/pkt.h"
#include "net/ipv6/addr.h" #include "net/ipv6/addr.h"
#include "net/ndp.h" #include "net/ndp.h"
#include "net/sixlowpan/nd.h" #include "net/sixlowpan/nd.h"