summaryrefslogtreecommitdiff
path: root/ext/dl/ptr.c
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-06 11:47:53 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-06 11:47:53 +0000
commit8eba0580798736ee144793e24afdb31d4ddb1cb5 (patch)
tree4c4c85fad08f580d6e2b050d5c33fd94b01074ea /ext/dl/ptr.c
parent2b442c240a40a0d0a1b3cbfda5e9c2d230e340de (diff)
* intern.h (rb_check_array_type): Declare rb_check_array_type().
* ext/digest/md5/md5ossl.c: Include stdio.h for sprintf() and string.h for memcmp(). * ext/dl/ptr.c: Include ctype.h for isdigit(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/ptr.c')
-rw-r--r--ext/dl/ptr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dl/ptr.c b/ext/dl/ptr.c
index a1e77ca103..8c2799a2b2 100644
--- a/ext/dl/ptr.c
+++ b/ext/dl/ptr.c
@@ -3,6 +3,7 @@
*/
#include <ruby.h>
+#include <ctype.h>
#include <version.h> /* for ruby version code */
#include "dl.h"