aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/encoding/xml')
-rw-r--r--core/encoding/xml/xml_os.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/encoding/xml/xml_os.odin b/core/encoding/xml/xml_os.odin
index 8c7f6cccf..1e94572c6 100644
--- a/core/encoding/xml/xml_os.odin
+++ b/core/encoding/xml/xml_os.odin
@@ -2,7 +2,7 @@
#+build !js
package encoding_xml
-import os "core:os/os2"
+import "core:os"
// Load an XML file
load_from_file :: proc(filename: string, options := DEFAULT_OPTIONS, error_handler := default_error_handler, allocator := context.allocator) -> (doc: ^Document, err: Error) {