log: Add missing header

sys/stat.h is required for permisison flags such as S_IRUSR.
This commit is contained in:
Arun Raghavan 2013-09-17 21:54:09 +05:30
parent 2aecf0bc07
commit 82ee3dcee7

View file

@ -30,6 +30,7 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h>
#ifdef HAVE_EXECINFO_H #ifdef HAVE_EXECINFO_H
#include <execinfo.h> #include <execinfo.h>