]> code.delx.au - pulseaudio/commitdiff
log: Add missing header
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 17 Sep 2013 16:24:09 +0000 (21:54 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 17 Sep 2013 16:24:09 +0000 (21:54 +0530)
sys/stat.h is required for permisison flags such as S_IRUSR.

src/pulsecore/log.c

index a25a7606ca43827f9b018d5d39a0102db12dfd73..55350451a1e9eebccc42ab5cc0096d459c477f32 100644 (file)
@@ -30,6 +30,7 @@
 #include <string.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <sys/stat.h>
 
 #ifdef HAVE_EXECINFO_H
 #include <execinfo.h>