mirror of
https://github.com/swaywm/sway.git
synced 2024-11-16 05:03:17 +00:00
include stdint to be compaitable with musl
This commit is contained in:
parent
fd47a30e75
commit
4bf8b6b43b
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue