From cc86c2c428f9d6d9a58085c0507adcd98790dbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Tue, 15 Oct 2024 21:43:55 +0800 Subject: [PATCH] CI (Linux): try fixing build --- src/common/io/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/io/io.h b/src/common/io/io.h index 06ab29106..84b3ec988 100644 --- a/src/common/io/io.h +++ b/src/common/io/io.h @@ -14,6 +14,7 @@ #include #include #include + #include typedef int FFNativeFD; #define FF_INVALID_FD (-1) // procfs's file can be changed between read calls such as /proc/meminfo and /proc/uptime.