changeset 31317:afa2737707e6

Add missing font_load.h include (previously hidden by gui include).
author reimar
date Sun, 13 Jun 2010 12:08:00 +0000
parents de902c34c33c
children 2211cc2fb0c3
files libvo/vo_vdpau.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"