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:
@ -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,
|
||||
|
Reference in New Issue
Block a user