diff options
Diffstat (limited to 'src/video_dec/libvdpau/cpb.c')
-rw-r--r-- | src/video_dec/libvdpau/cpb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_dec/libvdpau/cpb.c b/src/video_dec/libvdpau/cpb.c index ec61e55a1..d06238e5c 100644 --- a/src/video_dec/libvdpau/cpb.c +++ b/src/video_dec/libvdpau/cpb.c @@ -20,6 +20,10 @@ * cpb.c: Coded Picture Buffer */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "cpb.h" #include <stdlib.h> |