event/meson.build: add missing dependency on libio.a

This commit is contained in:
Max Kellermann 2023-03-09 18:26:48 +01:00
parent a79454f6a6
commit 63b9fb3d2b
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ event = static_library(
include_directories: inc,
dependencies: [
log_dep,
io_dep,
uring_dep,
],
)