aboutsummaryrefslogtreecommitdiffstats
path: root/missing/erf.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-28 08:12:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-28 08:12:01 +0000
commit51b6bfb0119356c689fbacf4c399e3e1816dec47 (patch)
tree286ad90fa3120cdcef2b52d6a55df8eb48d5aeaf /missing/erf.c
parente53a60147ba68ab98fbe7a078b43311274d59f00 (diff)
downloadruby-51b6bfb0119356c689fbacf4c399e3e1816dec47.tar.gz
* missing/*.c: include missing.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/erf.c')
-rw-r--r--missing/erf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/erf.c b/missing/erf.c
index fe65b9a479..d72c4eaf4e 100644
--- a/missing/erf.c
+++ b/missing/erf.c
@@ -3,6 +3,7 @@
reference - Haruhiko Okumura: C-gengo niyoru saishin algorithm jiten
(New Algorithm handbook in C language) (Gijyutsu hyouron
sha, Tokyo, 1991) p.227 [in Japanese] */
+#include "ruby/missing.h"
#include <stdio.h>
#include <math.h>