diff options
author | Drew DeVault <[email protected]> | 2017-06-14 18:14:22 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2017-06-14 18:14:22 -0400 |
commit | 0fc9628f03984caa04e200a1dc458d1cf7fc6d6c (patch) | |
tree | e3c567c4684faf0f9a7f77494f1bf638171d5349 /wayland/pango.c | |
parent | 76fcfa1e7fb98eb815bbb937099ff9fde63d301f (diff) | |
parent | 16e20ec251b027c5a8dbc5e85804012f2602629d (diff) |
Merge branch 'master' into tray
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, |