From: Roland McGrath Date: Mon, 23 Jun 2014 21:07:59 +0000 (-0700) Subject: Add missing #include in get-rounding-mode.h X-Git-Tag: glibc-2.20~261 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aba8ef95b56313269512f5ec449e0d9c74d2a1e2;p=thirdparty%2Fglibc.git Add missing #include in get-rounding-mode.h --- diff --git a/ChangeLog b/ChangeLog index 3e48922906b..39d294ab4d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-06-23 Roland McGrath + * sysdeps/generic/get-rounding-mode.h: Include before + using abort. + * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Remove unused variable ST. diff --git a/sysdeps/generic/get-rounding-mode.h b/sysdeps/generic/get-rounding-mode.h index b46cab59261..4282a37e5c9 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 +#include /* Define values for FE_* modes not defined for this architecture. */ #ifdef FE_DOWNWARD