summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wayland/pango.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/pango.c b/wayland/pango.c
index 702ab15c..f9eec98c 100644
--- a/wayland/pango.c
+++ b/wayland/pango.c
@@ -5,6 +5,7 @@
5#include <string.h> 5#include <string.h>
6#include <stdio.h> 6#include <stdio.h>
7#include <stdbool.h> 7#include <stdbool.h>
8#include <stdint.h>
8#include "log.h" 9#include "log.h"
9 10
10PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text, 11PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,