From e7da19e9fa456d77031d3ba8e1e7c596f858f83d Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos@ag.or.at>
Date: Sat, 31 Aug 2013 13:32:13 +0200
Subject: [PATCH] Fix make checkheaders for vdpau_internal.h

---
 libavcodec/vdpau_internal.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h
index 7fdfda0457..b6701f30db 100644
--- a/libavcodec/vdpau_internal.h
+++ b/libavcodec/vdpau_internal.h
@@ -24,6 +24,7 @@
 #ifndef AVCODEC_VDPAU_INTERNAL_H
 #define AVCODEC_VDPAU_INTERNAL_H
 
+#include "config.h"
 #include <stdint.h>
 #if CONFIG_VDPAU
 #include <vdpau/vdpau.h>