diff options
author | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-24 10:43:53 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-24 10:43:53 +0800 |
commit | 92e17d62fd6a9249906e284a28926010dc2c1639 (patch) | |
tree | d49e829d721dfe95bd71e446fc7ff93db6c2ccaf /dummy_drv_video/dummy_drv_video.c | |
parent | 5405c6ed5838af9294a17acc2140bffb2d282beb (diff) | |
parent | 11f69c8407d2d1ee68d9ca12f650a62a3b0bef64 (diff) |
Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva into sync-fdo-master20100324_5.3.0.0000
Diffstat (limited to 'dummy_drv_video/dummy_drv_video.c')
-rw-r--r-- | dummy_drv_video/dummy_drv_video.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dummy_drv_video/dummy_drv_video.c b/dummy_drv_video/dummy_drv_video.c index f617018..98561a9 100644 --- a/dummy_drv_video/dummy_drv_video.c +++ b/dummy_drv_video/dummy_drv_video.c @@ -22,12 +22,13 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "va_backend.h" +#include <va/va_backend.h> #include "dummy_drv_video.h" #include "assert.h" #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <stdarg.h> |