[pulseaudio-commits] src/pulsecore

Arun Raghavan arun at kemper.freedesktop.org
Tue Sep 17 09:25:14 PDT 2013


 src/pulsecore/log.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 82ee3dcee7d3b16cf0463633b2621019916779ab
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Tue Sep 17 21:54:09 2013 +0530

    log: Add missing header
    
    sys/stat.h is required for permisison flags such as S_IRUSR.

diff --git a/src/pulsecore/log.c b/src/pulsecore/log.c
index a25a760..5535045 100644
--- a/src/pulsecore/log.c
+++ b/src/pulsecore/log.c
@@ -30,6 +30,7 @@
 #include <string.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <sys/stat.h>
 
 #ifdef HAVE_EXECINFO_H
 #include <execinfo.h>



More information about the pulseaudio-commits mailing list