diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libio/tst-memstream3.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4b6a1740cc..ac585578e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-10-02 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * libio/tst-memstream3.c: Include string.h. + 2016-09-30 Adhemerval Zanella <adhemerval.zanella@linaro.org> [BZ #18241] diff --git a/libio/tst-memstream3.c b/libio/tst-memstream3.c index 38e5f7d150..b55f256e11 100644 --- a/libio/tst-memstream3.c +++ b/libio/tst-memstream3.c @@ -18,6 +18,7 @@ #include <mcheck.h> #include <stdio.h> +#include <string.h> #include <stdarg.h> #include <errno.h> |