Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t is typedef'ed.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2009-08-24 18:14:56 +00:00
parent 4acf5d35fe
commit 873d266199

View file

@ -25,6 +25,7 @@
#include <codecs/lib/codeclib.h>
#else
#include <stdlib.h>
#include <stdint.h>
#endif /* ROCKBOX */
/* {sin(2*i*PI/4096, cos(2*i*PI/4096)}, with i = 0 to 512 */