1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

[board/msba2-common]

* added string.h include
This commit is contained in:
Oliver Hahm 2010-12-06 17:17:19 +01:00
parent 86a70393b4
commit 57eb9ba8d2

View File

@ -1,4 +1,5 @@
#include <stdint.h>
#include <string.h>
#include <config.h>
#include <flashrom.h>