treewide: explicity load built-in rules

In Bazel 9 all autoloaded rules will be disabled. This prepares us for
that.

Change-Id: Ibaa4fa2e6b7095922a5699d2d5f3ae6c2cba3552
Reviewed-on: https://review.monogon.dev/c/monogon/+/3939
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/third_party/efistub/efistub.bzl b/third_party/efistub/efistub.bzl
index 4eec74d..80c8e40 100644
--- a/third_party/efistub/efistub.bzl
+++ b/third_party/efistub/efistub.bzl
@@ -1,3 +1,5 @@
+load("@rules_cc//cc:defs.bzl", "cc_binary")
+
 cc_binary(
     name = "efistub",
     srcs = [("src/boot/efi/%s" % v) for v in [