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