From 4bf8b6b43b9640700eadd7c7d1a432dd91ef473d Mon Sep 17 00:00:00 2001 From: Ekaterina Vaartis Date: Thu, 8 Jun 2017 16:40:17 +0300 Subject: include stdint to be compaitable with musl --- wayland/pango.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland/pango.c b/wayland/pango.c index 702ab15c..f9eec98c 100644 --- a/wayland/pango.c +++ b/wayland/pango.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "log.h" PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text, -- cgit v1.2.3-54-g00ecf