# HG changeset patch # User diego # Date 1231704734 0 # Node ID 4e746259152d64181e8343b3a7c0a77026635879 # Parent 77fc347409e780539b2c102dcd5c27aaad948bfd Add missing #include to fix 'make checkheaders'. diff -r 77fc347409e7 -r 4e746259152d vdpau_internal.h --- a/vdpau_internal.h Sun Jan 11 16:35:04 2009 +0000 +++ b/vdpau_internal.h Sun Jan 11 20:12:14 2009 +0000 @@ -25,6 +25,7 @@ #define AVCODEC_VDPAU_INTERNAL_H #include +#include "mpegvideo.h" void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf, int buf_size);