aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-04-07 17:46:58 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-04-07 17:46:58 +0200
commit72301304a5655662baf2bae88a7aceeabc4a753e (patch)
treecfcbfc628d7c4fb946442b57ae12940e214af2a0 /ChangeLog
parentcfcfd4614b8b01b2782ac4dcafb21d14d74d5184 (diff)
scratch_buffer_grow_preserve: Add missing #include <string.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e1df07760..c0d3aca79d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
* malloc/scratch_buffer_grow.c: Likewise.
* malloc/scratch_buffer_grow_preserve.c: Likewise.