LADI
/
spa
1
Fork 0

filter-chain: include unistd for getcwd

This commit is contained in:
Wim Taymans 2023-05-17 12:19:57 +02:00
parent 782d5af050
commit 05f5e416e2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#ifdef HAVE_SNDFILE
#include <sndfile.h>
#endif
#include <unistd.h>
#include <spa/utils/json.h>
#include <spa/utils/result.h>