commit 154cc8a9c30a8eddb140102a095e3b5dc84bb8f9
parent fd47a30e75cccfc3789eafa4bfabd66f4696099b
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 8 Jun 2017 09:56:34 -0400
Merge pull request #1235 from vaartis/patch-1
include stdint to be compaitable with musl
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/wayland/pango.c b/wayland/pango.c
@@ -5,6 +5,7 @@
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
+#include <stdint.h>
#include "log.h"
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,