X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=cairo_text_helpers.h;h=d0f52d51ffc89a9cd09e44c4f64a2617cf91a8e9;hb=1a41b353a54a7ec2ebab5f66bbf25747f963f79f;hp=014001ad2f65fde81a0dc01cffb9f4d101367d8f;hpb=7956f141c058cdd95f14491ee646b7f7951ab2ab;p=fio.git diff --git a/cairo_text_helpers.h b/cairo_text_helpers.h index 014001ad..d0f52d51 100644 --- a/cairo_text_helpers.h +++ b/cairo_text_helpers.h @@ -1,6 +1,8 @@ #ifndef CAIRO_TEXT_HELPERS_H #define CAIRO_TEXT_HELPERS_H +#include + void draw_centered_text(cairo_t *cr, const char *font, double x, double y, double fontsize, const char *text);