about summary refs log tree commit diff
path: root/src/fenv/fesetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/fesetround.c')
-rw-r--r--src/fenv/fesetround.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fenv/fesetround.c b/src/fenv/fesetround.c
index 9bbd4ade..a85db712 100644
--- a/src/fenv/fesetround.c
+++ b/src/fenv/fesetround.c
@@ -1,8 +1,9 @@
 #include <fenv.h>
+#include "libc.h"
 
 /* __fesetround wrapper for arch independent argument check */
 
-int __fesetround(int);
+hidden int __fesetround(int);
 
 int fesetround(int r)
 {