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/dbm/depend | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/dbm') diff --git a/ext/dbm/depend b/ext/dbm/depend index c32b7901b7..192527a8eb 100644 --- a/ext/dbm/depend +++ b/ext/dbm/depend @@ -2,6 +2,7 @@ dbm.o: $(RUBY_EXTCONF_H) dbm.o: $(arch_hdrdir)/ruby/config.h dbm.o: $(hdrdir)/ruby.h +dbm.o: $(hdrdir)/ruby/assert.h dbm.o: $(hdrdir)/ruby/backward.h dbm.o: $(hdrdir)/ruby/defines.h dbm.o: $(hdrdir)/ruby/intern.h -- cgit v1.2.3