diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-06-22 18:34:03 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-06-22 18:34:03 +0000 |
| commit | f32bd593c426755a140556ed1b5230447e5da726 (patch) | |
| tree | 281f06c98f1f5408d8bf239ab722ff32e51994f9 /firmware/libc/strcpy.c | |
| parent | be66e4d64269176848d4f82d95596745dc17679c (diff) | |
| download | rockbox-f32bd593c426755a140556ed1b5230447e5da726.zip rockbox-f32bd593c426755a140556ed1b5230447e5da726.tar.gz rockbox-f32bd593c426755a140556ed1b5230447e5da726.tar.bz2 rockbox-f32bd593c426755a140556ed1b5230447e5da726.tar.xz | |
Add an advanced build option to force compiling and linking our reduced C library (probably useful for the sim).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27059 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/libc/strcpy.c')
| -rw-r--r-- | firmware/libc/strcpy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/libc/strcpy.c b/firmware/libc/strcpy.c index 077ae73..035e2bd 100644 --- a/firmware/libc/strcpy.c +++ b/firmware/libc/strcpy.c @@ -34,6 +34,7 @@ QUICKREF #include <string.h> #include <limits.h> +#include "_ansi.h" /* for _DEFUN */ /*SUPPRESS 560*/ /*SUPPRESS 530*/ |