From 82ee3dcee7d3b16cf0463633b2621019916779ab Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 17 Sep 2013 21:54:09 +0530 Subject: [PATCH] log: Add missing header sys/stat.h is required for permisison flags such as S_IRUSR. --- src/pulsecore/log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pulsecore/log.c b/src/pulsecore/log.c index a25a7606c..55350451a 100644 --- a/src/pulsecore/log.c +++ b/src/pulsecore/log.c @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef HAVE_EXECINFO_H #include