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: upstream/2.30~7261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aba8ef95b56313269512f5ec449e0d9c74d2a1e2;p=external%2Fglibc.git Add missing #include in get-rounding-mode.h --- diff --git a/ChangeLog b/ChangeLog index 3e48922..39d294a 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 b46cab5..4282a37 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