diff options
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" + |