Skip to content
Snippets Groups Projects
Commit e53c4a00 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

nhdp: include fixes

parent f9687cb4
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,15 @@ ...@@ -18,13 +18,15 @@
* @} * @}
*/ */
#include "conn/udp.h" #include "net/gnrc/conn.h"
#include "net/conn/udp.h"
#include "msg.h" #include "msg.h"
#include "netapi.h" #include "net/gnrc/netapi.h"
#include "net/gnrc/netif.h" #include "net/gnrc/netif.h"
#include "thread.h" #include "thread.h"
#include "utlist.h" #include "utlist.h"
#include "mutex.h" #include "mutex.h"
#include "net/ipv6/addr.h"
#include "rfc5444/rfc5444_writer.h" #include "rfc5444/rfc5444_writer.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#define NHDP_H_ #define NHDP_H_
#include "timex.h" #include "timex.h"
#include "vtimer.h"
#include "kernel_types.h" #include "kernel_types.h"
#include "nhdp_metric.h" #include "nhdp_metric.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment