mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
added missing include to oneway_alloc for MSP430 platforms
This commit is contained in:
parent
e2c201f2e0
commit
e74eed6978
@ -5,6 +5,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include "oneway_malloc.h"
|
||||||
#include "hashtable.h"
|
#include "hashtable.h"
|
||||||
#include "hashtable_private.h"
|
#include "hashtable_private.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user