diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-30 11:25:17 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-30 11:25:17 +0000 |
| commit | 20e3eb1b1122af744c9539e98155978e148907de (patch) | |
| tree | 2b54465b8fc2ddeb5b9b0f75946e321d21470d6a /tests | |
| parent | 35337b64faee40a3a95359e29cf67c992ed14e92 (diff) | |
Add missing import
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/vendor/curl/test_vendor_curl.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vendor/curl/test_vendor_curl.odin b/tests/vendor/curl/test_vendor_curl.odin index fa518bda5..62aa438b0 100644 --- a/tests/vendor/curl/test_vendor_curl.odin +++ b/tests/vendor/curl/test_vendor_curl.odin @@ -1,6 +1,7 @@ #+build windows, linux, darwin package test_vendor_curl +import "base:runtime" import "core:testing" import "vendor:curl" |