mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
config.h is a local header, not a system one
Change the #include accordingly, that's what we use in the rest of the tree too.
This commit is contained in:
parent
da339c286f
commit
5cf3c28fa4
7 changed files with 7 additions and 7 deletions
|
|
@ -17,7 +17,7 @@
|
|||
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue