Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.

This commit is contained in:
Joseph Myers 2013-06-22 19:30:10 +00:00
parent 695c378f81
commit d8412221e6
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2013-06-22 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
[BZ #15667]
* soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.

View File

@ -20,6 +20,7 @@
#include <execinfo.h>
#include <fcntl.h>
#include <not-cancel.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/uio.h>