]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
scratch_buffer_grow_preserve: Add missing #include <string.h>
authorFlorian Weimer <fweimer@redhat.com>
Tue, 7 Apr 2015 15:46:58 +0000 (17:46 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 7 Apr 2015 15:46:58 +0000 (17:46 +0200)
ChangeLog
malloc/scratch_buffer_grow_preserve.c

index 4e1df0776084791b0eda22169e0d5b81b32d012d..c0d3aca79d2c176522e362ecc3a7eb0f7fcc2971 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index f2edb49bdabec1df8af2a8ffc2b7abab6f4ca39d..c5f0b2d04f60684db8181d832875dbf705027728 100644 (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)