1
0
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:
Cenk Gündoğan 2015-11-12 09:33:53 +01:00 committed by test
parent f9687cb449
commit e53c4a00a8
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -22,6 +22,7 @@
#define NHDP_H_
#include "timex.h"
#include "vtimer.h"
#include "kernel_types.h"
#include "nhdp_metric.h"