summarylogtreecommitdiffstats
path: root/conky.h.patch
blob: 5bf2295e42a6a91f72d0e9e827160eba5c9b67de (plain)
1
2
3
4
5
6
7
8
9
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>