X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=cairo_text_helpers.h;h=d0f52d51ffc89a9cd09e44c4f64a2617cf91a8e9;hb=4a0c766c69ddfe5231d65f2676e97333ba89ab2b;hp=014001ad2f65fde81a0dc01cffb9f4d101367d8f;hpb=c41a9d06a1957ba7c5a019e3d6088a5e8e8e0a47;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);