diff libass/ass_fontconfig.c @ 22292:2f3f27a014ef

Add some missing includes.
author eugeni
date Thu, 22 Feb 2007 15:48:37 +0000
parents 0d8005d2fe5c
children e7f1374cac88
line wrap: on
line diff
--- a/libass/ass_fontconfig.c	Thu Feb 22 14:00:21 2007 +0000
+++ b/libass/ass_fontconfig.c	Thu Feb 22 15:48:37 2007 +0000
@@ -26,6 +26,9 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <inttypes.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
 
 #include "mputils.h"
 #include "ass.h"