summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky/stdbool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/conky/stdbool.patch')
-rw-r--r--pkgs/os-specific/linux/conky/stdbool.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/conky/stdbool.patch b/pkgs/os-specific/linux/conky/stdbool.patch
new file mode 100644
index 00000000000..3f0b714a1f0
--- /dev/null
+++ b/pkgs/os-specific/linux/conky/stdbool.patch
@@ -0,0 +1,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>