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 3e48922..39d294a 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 b46cab5..4282a37 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