1
Fork 0

pipewire: conf: add missing include guard

This commit is contained in:
Barnabás Pőcze 2023-07-01 21:42:10 +02:00
parent 927eb64177
commit 5deb6ccede
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,9 @@
/* SPDX-FileCopyrightText: Copyright © 2021 Wim Taymans */
/* SPDX-License-Identifier: MIT */
#ifndef PIPEWIRE_CONF_H
#define PIPEWIRE_CONF_H
#include <pipewire/context.h>
/** \defgroup pw_conf Configuration
@ -40,3 +43,5 @@ int pw_conf_section_match_rules(const struct spa_dict *conf, const char *section
/**
* \}
*/
#endif /* PIPEWIRE_CONF_H */