Browse Source

workaround to avoid excessive file-splitting

Colin Davidson 2 months ago
parent
commit
35a95fc3e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/time/tsc_linux.odin

+ 1 - 1
core/time/tsc_linux.odin

@@ -3,7 +3,7 @@
 package time
 package time
 
 
 import "base:intrinsics"
 import "base:intrinsics"
-import linux "core:sys/linux"
+@(require) import linux "core:sys/linux"
 
 
 _get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
 _get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
 	when ODIN_ARCH == .arm64 {
 	when ODIN_ARCH == .arm64 {