mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
nhdp: include fixes
This commit is contained in:
parent
f9687cb449
commit
e53c4a00a8
@ -18,13 +18,15 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include "conn/udp.h"
|
||||
#include "net/gnrc/conn.h"
|
||||
#include "net/conn/udp.h"
|
||||
#include "msg.h"
|
||||
#include "netapi.h"
|
||||
#include "net/gnrc/netapi.h"
|
||||
#include "net/gnrc/netif.h"
|
||||
#include "thread.h"
|
||||
#include "utlist.h"
|
||||
#include "mutex.h"
|
||||
#include "net/ipv6/addr.h"
|
||||
|
||||
#include "rfc5444/rfc5444_writer.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#define NHDP_H_
|
||||
|
||||
#include "timex.h"
|
||||
#include "vtimer.h"
|
||||
#include "kernel_types.h"
|
||||
|
||||
#include "nhdp_metric.h"
|
||||
|
Loading…
Reference in New Issue
Block a user