diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-23 14:07:59 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-23 14:07:59 -0700 |
commit | aba8ef95b56313269512f5ec449e0d9c74d2a1e2 (patch) | |
tree | 50be0a5574112483090958c91830433a07b1582d /sysdeps/generic/get-rounding-mode.h | |
parent | 3fc7236a2853953cce81ccc15a99c9bc1b7a648d (diff) | |
download | glibc-aba8ef95b56313269512f5ec449e0d9c74d2a1e2.tar.gz glibc-aba8ef95b56313269512f5ec449e0d9c74d2a1e2.tar.xz glibc-aba8ef95b56313269512f5ec449e0d9c74d2a1e2.zip |
Add missing #include in get-rounding-mode.h
Diffstat (limited to 'sysdeps/generic/get-rounding-mode.h')
-rw-r--r-- | sysdeps/generic/get-rounding-mode.h | 1 |
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 |