summaryrefslogtreecommitdiff
path: root/missing/cbrt.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/cbrt.c
parente53a60147ba68ab98fbe7a078b43311274d59f00 (diff)
* 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/cbrt.c')
-rw-r--r--missing/cbrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/cbrt.c b/missing/cbrt.c
index 54db2703a0..1bcbc63392 100644
--- a/missing/cbrt.c
+++ b/missing/cbrt.c
@@ -1,3 +1,4 @@
+#include "ruby/missing.h"
#include <math.h>
double cbrt(double x)