summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/util.c b/util.c
index 8a443f913f..99532a13d2 100644
--- a/util.c
+++ b/util.c
@@ -10,6 +10,7 @@
**********************************************************************/
#include "ruby/ruby.h"
+#include "internal.h"
#include <ctype.h>
#include <stdio.h>
@@ -261,9 +262,6 @@ static const char suffix2[] = ".~~~";
#define strEQ(s1,s2) (strcmp((s1),(s2)) == 0)
-extern const char *ruby_find_basename(const char *, long *, long *);
-extern const char *ruby_find_extname(const char *, long *);
-
void
ruby_add_suffix(VALUE str, const char *suffix)
{