From 124a66c69d7362a5b25d3f370a27a74a131c6030 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sun, 27 Apr 2014 06:55:42 +0100 Subject: Fully fix compilation with MSVC/ICL As before, this does not add any build system support: a config.h file and a project must still be manually created (or the compiler can be run manually instead of using a project). Signed-off-by: Grigori Goronzy Signed-off-by: Oleg Oshmyan --- libass/ass_fontselect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libass/ass_fontselect.c') diff --git a/libass/ass_fontselect.c b/libass/ass_fontselect.c index e75eb1f..cde3332 100644 --- a/libass/ass_fontselect.c +++ b/libass/ass_fontselect.c @@ -18,6 +18,7 @@ */ #include "config.h" +#include "ass_compat.h" #include #include -- cgit v1.2.3