mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-28 05:40:26 -04:00
pipewire-jack: examples: video-dsp-play: add missing includes
`strerror()` needs `string.h`, and `lrintf()` needs `math.h`.
This commit is contained in:
parent
5e6b77cf1e
commit
fc91f93af3
1 changed files with 2 additions and 0 deletions
|
|
@ -2,7 +2,9 @@
|
|||
/* SPDX-FileCopyrightText: Copyright © 2019 Wim Taymans */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue