ce426f
commit aba8ef95b56313269512f5ec449e0d9c74d2a1e2
ce426f
Author: Roland McGrath <roland@hack.frob.com>
ce426f
Date:   Mon Jun 23 14:07:59 2014 -0700
ce426f
ce426f
    Add missing #include in get-rounding-mode.h
ce426f
ce426f
Index: b/sysdeps/generic/get-rounding-mode.h
ce426f
===================================================================
ce426f
--- a/sysdeps/generic/get-rounding-mode.h
ce426f
+++ b/sysdeps/generic/get-rounding-mode.h
ce426f
@@ -20,6 +20,7 @@
ce426f
 #define _GET_ROUNDING_MODE_H	1
ce426f
 
ce426f
 #include <fpu_control.h>
ce426f
+#include <stdlib.h>
ce426f
 
ce426f
 /* Define values for FE_* modes not defined for this architecture.  */
ce426f
 #ifdef FE_DOWNWARD