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