1
0
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:
Oleg Hahm 2013-09-12 16:09:18 +02:00
parent 43eea48d25
commit a6a96c7110
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include "malloc.h"
#include "vtimer.h"
#include "mutex.h"
#include "sixlowpan/error.h"