summaryrefslogtreecommitdiff
path: root/lib/rexml/dtd/notationdecl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/dtd/notationdecl.rb')
-rw-r--r--lib/rexml/dtd/notationdecl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/dtd/notationdecl.rb b/lib/rexml/dtd/notationdecl.rb
index cfdf0b9b74..04a9b08aa7 100644
--- a/lib/rexml/dtd/notationdecl.rb
+++ b/lib/rexml/dtd/notationdecl.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: false
-require "rexml/child"
+require_relative "../child"
module REXML
module DTD
class NotationDecl < Child