1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

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

@ -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>