1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

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