pw-config: fix include for isatty

This commit is contained in:
Wim Taymans 2023-04-20 10:40:47 +02:00
parent 7f8e863e9b
commit 181cbc5c99

View file

@ -7,6 +7,7 @@
#include <getopt.h>
#include <signal.h>
#include <locale.h>
#include <unistd.h>
#include <spa/utils/result.h>
#include <spa/utils/json.h>