1
0
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:
Oleg Hahm 2013-08-14 17:56:58 +02:00
parent e2c201f2e0
commit e74eed6978

View File

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