mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Need limits.h for hosted builds
Change-Id: Iac1433957de80ad5db51396f74acf1f4f8d45bf3
This commit is contained in:
parent
b2a373eb64
commit
66b49dc0b2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
|
||||
#define ULONG_BITS (sizeof (unsigned long)*CHAR_BIT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue