mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
scratch_buffer_set_array_size: Include <limits.h>
It is needed for CHAR_BIT.
This commit is contained in:
parent
a7d1c51482
commit
c04af6068b
@ -1,3 +1,7 @@
|
||||
2016-04-07 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* malloc/scratch_buffer_set_array_size.c: Include <limits.h>.
|
||||
|
||||
2016-04-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <scratch_buffer.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
bool
|
||||
__libc_scratch_buffer_set_array_size (struct scratch_buffer *buffer,
|
||||
|
Loading…
Reference in New Issue
Block a user