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:
@@ -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>
|
2015-04-07 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
* include/scratch_buffer.h: New file.
|
* include/scratch_buffer.h: New file.
|
||||||
|
@@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#include <scratch_buffer.h>
|
#include <scratch_buffer.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
bool
|
bool
|
||||||
__libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer)
|
__libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer)
|
||||||
|
Reference in New Issue
Block a user