From 549ff530fe66e921c1f1f1fa85925553a18b3148 Mon Sep 17 00:00:00 2001 From: Stanislaw Wadas Date: Thu, 12 May 2022 15:32:50 +0200 Subject: [PATCH] Pulsecore: add missing header file File is needed to fix build break pulseaudio-modules-droid Change-Id: I8632a201c61ac947d27117b02d6c10f002249fc0 Signed-off-by: Stanislaw Wadas --- src/pulsecore/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pulsecore/meson.build b/src/pulsecore/meson.build index 5d7f3ee..d6dfa47 100644 --- a/src/pulsecore/meson.build +++ b/src/pulsecore/meson.build @@ -147,6 +147,7 @@ libpulsecore_headers = [ 'strbuf.h', 'stream-util.h', 'strlist.h', + 'time-smoother.h', 'tagstruct.h', 'thread-mq.h', 'thread.h', -- 2.7.4