]> granicus.if.org Git - libass/commitdiff
Use proper include statement for HarfBuzz
authorwm4 <wm4@nowhere>
Wed, 7 Oct 2015 16:24:33 +0000 (18:24 +0200)
committerwm4 <wm4@nowhere>
Wed, 7 Oct 2015 16:24:33 +0000 (18:24 +0200)
libass/ass_render.h

index 194c90685f68e37d293c1ae3a593ed4c700bfba4..e6b1f1731f6ae57a442d5a694a75d9d8ef19129a 100644 (file)
@@ -27,7 +27,7 @@
 #include FT_GLYPH_H
 #include FT_SYNTHESIS_H
 #ifdef CONFIG_HARFBUZZ
-#include "hb.h"
+#include <hb.h>
 #endif
 
 #include "ass.h"