mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
scratch_buffer_grow_preserve: Add missing #include <string.h>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <scratch_buffer.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
bool
|
||||
__libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer)
|
||||
|
Reference in New Issue
Block a user