Skip to content

Commit

Permalink
scratch_buffer_grow_preserve: Add missing #include <string.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Weimer committed Apr 7, 2015
1 parent cfcfd46 commit 7230130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions malloc/scratch_buffer_grow_preserve.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <scratch_buffer.h>
#include <errno.h>
#include <string.h>

bool
__libc_scratch_buffer_grow_preserve (struct scratch_buffer *buffer)
Expand Down

0 comments on commit 7230130

Please sign in to comment.