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