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

Roland McGrath roland@hack.frob.com
Mon Jun 23 21:08:00 GMT 2014


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



More information about the Libc-alpha mailing list