@ -77,7 +77,7 @@ ifneq (,$(findstring sixlowpan,$(USEMODULE)))
DIRS += net/sixlowpan
endif
ifneq (,$(findstring rpl,$(USEMODULE)))
DIRS += net/sixlowpan/rpl
DIRS += net/rpl
ifneq (,$(findstring ieee802154,$(USEMODULE)))
DIRS += net/ieee802154
@ -22,7 +22,7 @@
#include <math.h>
#include "inttypes.h"
#include "trickle.h"
#include "sixlowpan/rpl/rpl.h"
#include "rpl/rpl.h"
//TODO in pointer umwandeln, speicher mit malloc holen
char * timer_over_buf;