This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED PATCH] Add missing #include in get-rounding-mode.h


Some recent change (to some other file, not sure off hand what)
caused a warning explosion.  Please keep an eye out for that, folks.


Thanks,
Roland


	* sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
	using abort.

--- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]