aports/community/sway/stdint.patch
Daniel Sabogal cda6ff3a72 community/sway: upgrade to 0.13.0
fix makedepends
2017-05-10 18:28:35 -04:00

11 lines
210 B
Diff

--- 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"