]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/scratch_buffer_grow_preserve.c
scratch_buffer_grow_preserve: Add missing #include <string.h>
[thirdparty/glibc.git] / malloc / scratch_buffer_grow_preserve.c
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)