1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-20 12:24:40 +00:00

Merge pull request from vaartis/patch-1

include stdint to be compaitable with musl
This commit is contained in:
Drew DeVault 2017-06-08 09:56:34 -04:00 committed by GitHub
commit 154cc8a9c3

View file

@ -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,