summaryrefslogtreecommitdiff
path: root/toxav/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/BUILD.bazel')
-rw-r--r--toxav/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/BUILD.bazel b/toxav/BUILD.bazel
index 38bdaeba..e9649c36 100644
--- a/toxav/BUILD.bazel
+++ b/toxav/BUILD.bazel
@@ -15,6 +15,7 @@ cc_library(
15 name = "ring_buffer", 15 name = "ring_buffer",
16 srcs = ["ring_buffer.c"], 16 srcs = ["ring_buffer.c"],
17 hdrs = ["ring_buffer.h"], 17 hdrs = ["ring_buffer.h"],
18 deps = ["//c-toxcore/toxcore:ccompat"],
18) 19)
19 20
20cc_library( 21cc_library(