# HG changeset patch # User reimar # Date 1276430880 0 # Node ID afa2737707e6ec99a36166cd42952b9c68561171 # Parent de902c34c33c28bdd98b277add31881d3a928167 Add missing font_load.h include (previously hidden by gui include). diff -r de902c34c33c -r afa2737707e6 libvo/vo_vdpau.c --- a/libvo/vo_vdpau.c Sun Jun 13 12:05:58 2010 +0000 +++ b/libvo/vo_vdpau.c Sun Jun 13 12:08:00 2010 +0000 @@ -40,6 +40,7 @@ #include "video_out_internal.h" #include "x11_common.h" #include "aspect.h" +#include "font_load.h" #include "sub.h" #include "subopt-helper.h"