diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-06-08 09:56:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-08 09:56:34 -0400 |
| commit | 154cc8a9c30a8eddb140102a095e3b5dc84bb8f9 (patch) | |
| tree | 41bcb7847fbfe27277bdc9602f1ab99007623ca2 | |
| parent | fd47a30e75cccfc3789eafa4bfabd66f4696099b (diff) | |
| parent | 4bf8b6b43b9640700eadd7c7d1a432dd91ef473d (diff) | |
| download | sway-154cc8a9c30a8eddb140102a095e3b5dc84bb8f9.tar.xz | |
Merge pull request #1235 from vaartis/patch-1
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, |
