summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index 365c60f9dc..695a11e366 100644
--- a/object.c
+++ b/object.c
@@ -30,6 +30,7 @@
#include "internal/numeric.h"
#include "internal/object.h"
#include "internal/struct.h"
+#include "internal/string.h"
#include "internal/symbol.h"
#include "internal/variable.h"
#include "probes.h"
@@ -688,7 +689,6 @@ rb_any_to_s(VALUE obj)
return str;
}
-VALUE rb_str_escape(VALUE str);
/*!
* Convenient wrapper of \c Object#inspect.
* Returns a human-readable string representation of \a obj,