diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-16 10:03:45 +0200 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-16 10:03:45 +0200 |
| commit | ec38da55fdbe561f6f180b959cb59b6f3643817b (patch) | |
| tree | 8653173ed3d078cd340fa1f123b6ae33f07a65bb /omni/BUILD.bazel | |
| parent | 2e348c8925ecbd627404a387100b9ad300041ad5 (diff) | |
fixing naming
Diffstat (limited to 'omni/BUILD.bazel')
| -rw-r--r-- | omni/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omni/BUILD.bazel b/omni/BUILD.bazel index 8e29939..ca62d73 100644 --- a/omni/BUILD.bazel +++ b/omni/BUILD.bazel @@ -3,7 +3,7 @@ load("@rules_cc//cc:defs.bzl", "cc_library") cc_library( name = "omni_impl", hdrs = [ - ":int.h", + ":stdint.h", ":platform.h" ], visibility = ["//visibility:public"] |
