From 2340ae40a8e14231da75c982dbf31a981829cb6f Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 15 Feb 2019 12:27:42 +0200 Subject: [PATCH] spa: install pod/vararg.h --- 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 c774cf208..c9d076591 100644 --- a/spa/include/spa/meson.build +++ b/spa/include/spa/meson.build @@ -75,6 +75,7 @@ spa_pod_headers = [ 'pod/iter.h', 'pod/parser.h', 'pod/pod.h', + 'pod/vararg.h', ] install_headers(spa_pod_headers, subdir : 'spa/pod')