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:
parent
4acf5d35fe
commit
873d266199
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue