diff options
Diffstat (limited to 'core/sync_linux.odin')
| -rw-r--r-- | core/sync_linux.odin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/sync_linux.odin b/core/sync_linux.odin index c3fc649b9..3daa526fb 100644 --- a/core/sync_linux.odin +++ b/core/sync_linux.odin @@ -1,7 +1,7 @@ -import ( +import { "atomics.odin"; "os.odin"; -) +} type Semaphore struct { // _handle: win32.Handle, |