[util] Include stdio.h

This commit is contained in:
Behdad Esfahbod 2022-12-18 12:56:01 -07:00
parent 7accbe97d8
commit 3573956705
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@
#include <hb-ot.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <assert.h>
@ -123,7 +124,6 @@ read_blob (void *closure,
return CAIRO_STATUS_SUCCESS;
}
#include <stdio.h>
void
hb_cairo_paint_glyph_image (cairo_t *cr,
hb_font_t *font,