scratch_buffer_grow_preserve: Add missing #include <string.h>

This commit is contained in:
Florian Weimer 2015-04-07 17:46:58 +02:00
parent cfcfd4614b
commit 72301304a5
2 changed files with 5 additions and 0 deletions

View File

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

View 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)