diff options
author | Drew DeVault <[email protected]> | 2017-06-08 09:56:34 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-08 09:56:34 -0400 |
commit | 154cc8a9c30a8eddb140102a095e3b5dc84bb8f9 (patch) | |
tree | 41bcb7847fbfe27277bdc9602f1ab99007623ca2 /wayland/pango.c | |
parent | fd47a30e75cccfc3789eafa4bfabd66f4696099b (diff) | |
parent | 4bf8b6b43b9640700eadd7c7d1a432dd91ef473d (diff) |
Merge pull request #1235 from vaartis/patch-1
include stdint to be compaitable with musl
Diffstat (limited to 'wayland/pango.c')
-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, |