summarylogtreecommitdiffstats
path: root/conky.h.patch
diff options
context:
space:
mode:
authorohnonot2020-02-07 20:42:36 +0200
committerohnonot2020-02-07 20:42:36 +0200
commitedcd36d6d3b0aa4878e3f3519a5cd9681cfe7e2d (patch)
treef9bec3b551afc00b3152dee9670271333048801e /conky.h.patch
downloadaur-edcd36d6d3b0aa4878e3f3519a5cd9681cfe7e2d.tar.gz
First commit
Diffstat (limited to 'conky.h.patch')
-rw-r--r--conky.h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/conky.h.patch b/conky.h.patch
new file mode 100644
index 000000000000..5bf2295e42a6
--- /dev/null
+++ b/conky.h.patch
@@ -0,0 +1,10 @@
+--- conky.h 2020-02-07 17:05:54.464384995 +0200
++++ conky.h.new 2020-02-07 17:06:08.524159777 +0200
+@@ -35,6 +35,7 @@
+ #include "common.h" /* at least for struct dns_data */
+ #include <sys/utsname.h> /* struct uname_s */
+ #include <arpa/inet.h>
++#include <stdbool.h>
+
+ #if defined(HAS_MCHECK_H)
+ #include <mcheck.h>