t/zbd: avoid test case 31 failure with small devices
[fio.git] / cairo_text_helpers.h
index 014001ad2f65fde81a0dc01cffb9f4d101367d8f..d0f52d51ffc89a9cd09e44c4f64a2617cf91a8e9 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef CAIRO_TEXT_HELPERS_H
 #define CAIRO_TEXT_HELPERS_H
 
+#include <cairo.h>
+
 void draw_centered_text(cairo_t *cr, const char *font, double x, double y,
                               double fontsize, const char *text);