Skip to content

Commit

Permalink
nhdp: include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Nov 24, 2015
1 parent f9687cb commit e53c4a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sys/net/routing/nhdp/nhdp.c
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions sys/net/routing/nhdp/nhdp.h
Expand Up @@ -22,6 +22,7 @@
#define NHDP_H_

#include "timex.h"
#include "vtimer.h"
#include "kernel_types.h"

#include "nhdp_metric.h"
Expand Down

0 comments on commit e53c4a0

Please sign in to comment.