]> sourceware.org Git - glibc.git/commitdiff
Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 22 Jun 2013 19:30:10 +0000 (19:30 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 22 Jun 2013 19:30:10 +0000 (19:30 +0000)
ChangeLog
sysdeps/unix/sysv/linux/libc_fatal.c

index ca04a70e647e638d15356771f172849d8d3e55a6..ac92ef16470a0e221bc3e0e839ba77a9a9e00006 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 84429cdae06ee2415d269eed38533ccd6a436290..4e5663da835b994aac1691a7edfb62493efa38fd 100644 (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>
 
This page took 0.111431 seconds and 5 git commands to generate.