mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
added missing malloc includes
This commit is contained in:
parent
43eea48d25
commit
a6a96c7110
@ -5,7 +5,7 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include "oneway_malloc.h"
|
||||
#include "malloc.h"
|
||||
#include "hashtable.h"
|
||||
#include "hashtable_private.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "malloc.h"
|
||||
#include "vtimer.h"
|
||||
#include "mutex.h"
|
||||
#include "sixlowpan/error.h"
|
||||
|
Loading…
Reference in New Issue
Block a user