From b11e676ccce117f7d56f99c479737df4157d4d7d Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Tue, 25 Apr 2023 08:13:30 +0200 Subject: [PATCH] modules: include vlc_threads.h when using vlc_sem_t --- modules/access/http/h2output_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/access/http/h2output_test.c b/modules/access/http/h2output_test.c index bc3b393e26..2021512e4c 100644 --- a/modules/access/http/h2output_test.c +++ b/modules/access/http/h2output_test.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "h2frame.h" #include "h2output.h"