mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
param/meta.h: add missing fcntl.h include for off_t
This commit is contained in:
parent
ea28338736
commit
214babe7b9
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <fcntl.h> /* for off_t */
|
||||||
|
|
||||||
#include <spa/utils/defs.h>
|
#include <spa/utils/defs.h>
|
||||||
#include <spa/param/param.h>
|
#include <spa/param/param.h>
|
||||||
#include <spa/support/type-map.h>
|
#include <spa/support/type-map.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue