1
0
Fork 0
forked from len0rd/rockbox

Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someone with a better knowledge of libmad should decide that.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12707 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-03-10 13:18:36 +00:00
parent 4949818c24
commit efae4a3469
3 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@
# ifdef HAVE_LIMITS_H
# include <limits.h>
# else
# undef CHAR_BIT
# define CHAR_BIT 8
# endif

View file

@ -28,6 +28,7 @@
# ifdef HAVE_LIMITS_H
# include <limits.h>
# else
# undef CHAR_BIT
# define CHAR_BIT 8
# endif

View file

@ -34,6 +34,7 @@
# ifdef HAVE_LIMITS_H
# include <limits.h>
# else
# undef CHAR_BIT
# define CHAR_BIT 8
# endif