From b6ee67905db2124a1105da7da6969200aa305957 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen <8766773+Cogitri@users.noreply.github.com> Date: Fri, 3 Nov 2017 18:18:35 +0100 Subject: [PATCH] spa: install pop-parser.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 64431a4f4..18e0bbce4 100644 --- a/spa/include/spa/meson.build +++ b/spa/include/spa/meson.build @@ -23,6 +23,7 @@ spa_headers = [ 'pod.h', 'pod-builder.h', 'pod-iter.h', + 'pod-parser.h', 'pod-utils.h', 'props.h', 'ringbuffer.h',