Browse Source

Keep -vet happy

gingerBill 3 years ago
parent
commit
4c62a32b04
1 changed files with 3 additions and 2 deletions
  1. 3 2
      vendor/darwin/Foundation/NSNumber.odin

+ 3 - 2
vendor/darwin/Foundation/NSNumber.odin

@@ -1,8 +1,9 @@
 package objc_Foundation
 
-import "core:c"
-
 when ODIN_OS == .Darwin {
+	import "core:c"
+	_ :: c
+
 	#assert(size_of(c.long)  == size_of(int))
 	#assert(size_of(c.ulong) == size_of(uint))
 }