aboutsummaryrefslogtreecommitdiffstats
path: root/community/sway/stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/sway/stdint.patch')
-rw-r--r--community/sway/stdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/sway/stdint.patch b/community/sway/stdint.patch
new file mode 100644
index 0000000000..5c72680d45
--- /dev/null
+++ b/community/sway/stdint.patch
@@ -0,0 +1,10 @@
+--- sway-0.13.0/wayland/pango.c.orig
++++ sway-0.13.0/wayland/pango.c
+@@ -4,6 +4,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
++#include <stdint.h>
+ #include <stdbool.h>
+ #include "log.h"
+