about summary refs log tree commit diff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-23 14:07:59 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-23 14:07:59 -0700
commitaba8ef95b56313269512f5ec449e0d9c74d2a1e2 (patch)
tree50be0a5574112483090958c91830433a07b1582d /sysdeps/generic
parent3fc7236a2853953cce81ccc15a99c9bc1b7a648d (diff)
downloadglibc-aba8ef95b56313269512f5ec449e0d9c74d2a1e2.tar.gz
glibc-aba8ef95b56313269512f5ec449e0d9c74d2a1e2.tar.xz
glibc-aba8ef95b56313269512f5ec449e0d9c74d2a1e2.zip
Add missing #include in get-rounding-mode.h
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/get-rounding-mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/get-rounding-mode.h b/sysdeps/generic/get-rounding-mode.h
index b46cab5926..4282a37e5c 100644
--- a/sysdeps/generic/get-rounding-mode.h
+++ b/sysdeps/generic/get-rounding-mode.h
@@ -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