Merge pull request #1235 from vaartis/patch-1
include stdint to be compaitable with musl
This commit is contained in:
commit
154cc8a9c3
|
@ -5,6 +5,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,
|
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,
|
||||||
|
|
Loading…
Reference in a new issue