mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
scratch_buffer_grow_preserve: Add missing #include <string.h>
This commit is contained in:
parent
cfcfd4614b
commit
72301304a5
@ -1,3 +1,7 @@
|
||||
2015-04-07 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* malloc/scratch_buffer_grow_preserve.c: Include <string.h>
|
||||
|
||||
2015-04-07 Florian Weimer <fweimer@redhat.com>
|
||||
|
||||
* include/scratch_buffer.h: New file.
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <scratch_buffer.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
bool
|
||||
__libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user