gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / squid / sys-stat.h.patch
1 --- ./src/log/ModStdio.cc 2017-06-01 19:19:00.000000000 +0530
2 +++ ../ModStdio.cc 2017-06-29 22:32:43.806756794 +0530
3 @@ -18,6 +18,7 @@
4 #include "SquidConfig.h"
5
6 #include <cerrno>
7 +#include <sys/stat.h>
8
9 typedef struct {
10 int fd;
11 --- ./src/debug.cc 2017-06-01 19:19:00.000000000 +0530
12 +++ ../debug.cc 2017-06-29 22:36:58.160488863 +0530
13 @@ -17,6 +17,8 @@
14 /* for shutting_down flag in xassert() */
15 #include "globals.h"
16
17 +#include <sys/stat.h>
18 +
19 char *Debug::debugOptions = NULL;
20 int Debug::override_X = 0;
21 int Debug::log_stderr = -1;