diff options
author | Pixel <pixel@nobis-crew.org> | 2011-02-05 14:11:16 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-02-05 14:11:16 -0800 |
commit | d257cf29744f732c4d9b1a741a26164940e87b90 (patch) | |
tree | 7d547847496ff6fadbe0d7a991a2b475a01464d7 /os | |
parent | ab16fcf76e616dfa7cac2cb3dd909ba2a8eb2a9f (diff) |
Adding a few more libc's string functions.
Diffstat (limited to 'os')
-rw-r--r-- | os/src/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/src/init.c b/os/src/init.c index edbae0a..67f422a 100644 --- a/os/src/init.c +++ b/os/src/init.c @@ -1,5 +1,6 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> #include <BoardConsole.h> void __libc_init_array(); |