scratch_buffer_set_array_size: Include <limits.h>

It is needed for CHAR_BIT.
This commit is contained in:
Florian Weimer 2016-04-07 13:46:28 +02:00
parent a7d1c51482
commit c04af6068b
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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,