mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
11 lines
210 B
Diff
11 lines
210 B
Diff
--- sway-0.13.0/wayland/pango.c.orig
|
|
+++ sway-0.13.0/wayland/pango.c
|
|
@@ -4,6 +4,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
+#include <stdint.h>
|
|
#include <stdbool.h>
|
|
#include "log.h"
|
|
|