diff --git a/sys/lib/hashtable.c b/sys/lib/hashtable.c index 66b067faa7..43735b0f7a 100644 --- a/sys/lib/hashtable.c +++ b/sys/lib/hashtable.c @@ -5,7 +5,7 @@ #include #include #include -#include "oneway_malloc.h" +#include "malloc.h" #include "hashtable.h" #include "hashtable_private.h" diff --git a/sys/net/sixlowpan/icmp.c b/sys/net/sixlowpan/icmp.c index b3378cb953..b9c09b90df 100644 --- a/sys/net/sixlowpan/icmp.c +++ b/sys/net/sixlowpan/icmp.c @@ -21,6 +21,7 @@ #include #include +#include "malloc.h" #include "vtimer.h" #include "mutex.h" #include "sixlowpan/error.h"