mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
pipewire: conf: add missing include guard
This commit is contained in:
parent
927eb64177
commit
5deb6ccede
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
/* SPDX-FileCopyrightText: Copyright © 2021 Wim Taymans */
|
/* SPDX-FileCopyrightText: Copyright © 2021 Wim Taymans */
|
||||||
/* SPDX-License-Identifier: MIT */
|
/* SPDX-License-Identifier: MIT */
|
||||||
|
|
||||||
|
#ifndef PIPEWIRE_CONF_H
|
||||||
|
#define PIPEWIRE_CONF_H
|
||||||
|
|
||||||
#include <pipewire/context.h>
|
#include <pipewire/context.h>
|
||||||
|
|
||||||
/** \defgroup pw_conf Configuration
|
/** \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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue