Merge pull request #1235 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
1 changed files with 1 additions and 0 deletions

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,