mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
log: Add missing header
sys/stat.h is required for permisison flags such as S_IRUSR.
This commit is contained in:
parent
2aecf0bc07
commit
82ee3dcee7
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_EXECINFO_H
|
||||
#include <execinfo.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue