From 7e399fabd3db2c528b5982803eeba2841f547695 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 11 Sep 2018 12:32:46 -0400 Subject: apply hidden visibility to various remaining internal interfaces --- src/math/__invtrigl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/math') diff --git a/src/math/__invtrigl.h b/src/math/__invtrigl.h index 2d97133b..bee79317 100644 --- a/src/math/__invtrigl.h +++ b/src/math/__invtrigl.h @@ -1,3 +1,5 @@ +#include + /* shared by acosl, asinl and atan2l */ #define pio2_hi __pio2_hi #define pio2_lo __pio2_lo -- cgit v1.2.1