about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky/stdbool.patch
blob: 3f0b714a1f0cbaf5e970cac1a82b4d0cccea675b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/conky.c b/src/conky.c
index 5848b61..69a3d45 100644
--- a/src/conky.c
+++ b/src/conky.c
@@ -34,6 +34,7 @@
 #include "common.h"
 #include "timed_thread.h"
 #include <stdarg.h>
+#include <stdbool.h>
 #include <math.h>
 #include <time.h>
 #include <locale.h>