mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-26 14:13:19 +00:00
modules: include limits.h to define PATH_MAX
hopefully fixes the build
This commit is contained in:
parent
ac21541741
commit
46e58ee2a8
@ -4,6 +4,7 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user