diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-11-11 14:11:41 -0500 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-11-14 13:58:26 -0500 |
commit | 4461f8f2c707fa42386f0f08259122f3d4f8ff1d (patch) | |
tree | 86f4fc818aa6b4c70d714ef13403f753212f8ea2 /testing/sway/stdint.patch | |
parent | 7884113f6a48c8452e6fdef5337bab4ef75315bc (diff) | |
download | aports-4461f8f2c707fa42386f0f08259122f3d4f8ff1d.tar.bz2 aports-4461f8f2c707fa42386f0f08259122f3d4f8ff1d.tar.xz |
testing/wlc,sway: unmaintained
Diffstat (limited to 'testing/sway/stdint.patch')
-rw-r--r-- | testing/sway/stdint.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/sway/stdint.patch b/testing/sway/stdint.patch new file mode 100644 index 0000000000..5c72680d45 --- /dev/null +++ b/testing/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" + |