From e17688a43bed550224f89038958115a5616e8ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Danis?= Date: Tue, 7 Jul 2020 16:00:26 +0200 Subject: [PATCH] Fix missing headers check Current Gillab CI fails with: $ ./check_missing_headers.sh spa/monitor/event.h not installed --- spa/include/spa/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build index e16e20869..4c4df0d25 100644 --- a/spa/include/spa/meson.build +++ b/spa/include/spa/meson.build @@ -37,6 +37,7 @@ install_headers(spa_graph_headers, spa_monitor_headers = [ 'monitor/device.h', + 'monitor/event.h', 'monitor/utils.h', ]