aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-06-08 16:40:17 +0300
committerFurkan Sahin <furkan-dev@proton.me>2017-06-08 16:40:17 +0300
commite02e630cb5308eaadcd4f8bc9703a1d9c945a750 (patch)
tree41bcb7847fbfe27277bdc9602f1ab99007623ca2 /wayland
parent296e12e52a07272dcc122f0582c775e8da218b40 (diff)
include stdint to be compaitable with musl
Diffstat (limited to 'wayland')
-rw-r--r--wayland/pango.c1
1 files changed, 1 insertions, 0 deletions
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 <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,