Index: uspace/lib/gfxfont/private/glyph_bmp.h
===================================================================
--- uspace/lib/gfxfont/private/glyph_bmp.h	(revision 453f203b19d838dadf195f0ff067c546848ab1bf)
+++ uspace/lib/gfxfont/private/glyph_bmp.h	(revision d8cdaf1bd7a4af5c35bfbfd2e504858522fe189e)
@@ -39,4 +39,5 @@
 
 #include <gfx/coord.h>
+#include <types/gfx/glyph_bmp.h>
 
 /** Glyph bitmap
@@ -57,4 +58,6 @@
 };
 
+extern void gfx_glyph_bmp_find_used_rect(gfx_glyph_bmp_t *, gfx_rect_t *);
+
 #endif
 
