diff options
author | Ekaterina Vaartis <[email protected]> | 2017-06-08 16:40:17 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-08 16:40:17 +0300 |
commit | 4bf8b6b43b9640700eadd7c7d1a432dd91ef473d (patch) | |
tree | 41bcb7847fbfe27277bdc9602f1ab99007623ca2 | |
parent | fd47a30e75cccfc3789eafa4bfabd66f4696099b (diff) |
include stdint to be compaitable with musl
-rw-r--r-- | wayland/pango.c | 1 |
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, |