]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing #include in get-rounding-mode.h
authorRoland McGrath <roland@hack.frob.com>
Mon, 23 Jun 2014 21:07:59 +0000 (14:07 -0700)
committerRoland McGrath <roland@hack.frob.com>
Mon, 23 Jun 2014 21:07:59 +0000 (14:07 -0700)
ChangeLog
sysdeps/generic/get-rounding-mode.h

index 3e48922906be1a0846ad3f14a3c4734d60bf5fdb..39d294ab4d82caed17e034bac45f61e88ec6369d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-23  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
+       using abort.
+
        * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
        Remove unused variable ST.
 
index b46cab5926152aa69c89be681f56719d965f48c3..4282a37e5c934b07ca10a40c40ac1449331fe641 100644 (file)
@@ -20,6 +20,7 @@
 #define _GET_ROUNDING_MODE_H   1
 
 #include <fpu_control.h>
+#include <stdlib.h>
 
 /* Define values for FE_* modes not defined for this architecture.  */
 #ifdef FE_DOWNWARD