summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir.c b/dir.c
index 91680d29d7..ab2902c797 100644
--- a/dir.c
+++ b/dir.c
@@ -616,6 +616,8 @@ dir_s_open(int argc, VALUE *argv, VALUE klass)
return dir;
}
+NORETURN(static void dir_closed(void));
+
static void
dir_closed(void)
{