summaryrefslogtreecommitdiff
path: root/src/math/cbrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/cbrt.c')
-rw-r--r--src/math/cbrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/cbrt.c b/src/math/cbrt.c
index 596cabd2..864a6117 100644
--- a/src/math/cbrt.c
+++ b/src/math/cbrt.c
@@ -9,5 +9,6 @@ TYPE TGFN(cbrt)(TYPE x)
/*
STDC(199901)
+XOPEN(400)
LINK(m)
*/