include stdint to be compaitable with musl

This commit is contained in:
Ekaterina Vaartis 2017-06-08 16:40:17 +03:00 committed by GitHub
parent fd47a30e75
commit 4bf8b6b43b

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,