aports/testing/i3status/musl-fix.patch
prspkt 6c328a9f23 testing/i3status: clarify license
improve abuild and sanitize patches
2018-05-15 14:45:00 +02:00

14 lines
299 B
Diff

--- a/include/i3status.h
+++ b/include/i3status.h
@@ -29,6 +29,10 @@
#include <pthread.h>
#include <stdint.h>
+#ifndef GLOB_TILDE
+#define GLOB_TILDE 0
+#endif
+
#define BEGINS_WITH(haystack, needle) (strncmp(haystack, needle, strlen(needle)) == 0)
#define max(a, b) ((a) > (b) ? (a) : (b))