From 715955ff27206351dcf509eb3c60e0927ad9a708 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 14 Jul 2019 13:06:22 +0900 Subject: Include ruby/assert.h in ruby/ruby.h so that assertions can be there --- ext/pathname/depend | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pathname/depend') diff --git a/ext/pathname/depend b/ext/pathname/depend index 1e14d190c2..1e13dd5f37 100644 --- a/ext/pathname/depend +++ b/ext/pathname/depend @@ -2,6 +2,7 @@ pathname.o: $(RUBY_EXTCONF_H) pathname.o: $(arch_hdrdir)/ruby/config.h pathname.o: $(hdrdir)/ruby.h +pathname.o: $(hdrdir)/ruby/assert.h pathname.o: $(hdrdir)/ruby/backward.h pathname.o: $(hdrdir)/ruby/defines.h pathname.o: $(hdrdir)/ruby/encoding.h -- cgit v1.2.3