1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 <stdint.h>
#include <math.h>
#include "oneway_malloc.h"
#include "hashtable.h"
#include "hashtable_private.h"