diff options
author | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 02:27:15 +0800 |
---|---|---|
committer | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 02:27:15 +0800 |
commit | faef48a11e0a2ee905dee91e65ce833ca9c297a4 (patch) | |
tree | 632c6689e4f6e769d7c16974661ba9c3ddc97ad1 | |
parent | 6589ff739a78183beb2b9b9f88741ae7eeb0eb29 (diff) | |
download | libva-faef48a11e0a2ee905dee91e65ce833ca9c297a4.tar.gz |
patch 103_fix_includes.patch
-rw-r--r-- | dummy_drv_video/object_heap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dummy_drv_video/object_heap.c b/dummy_drv_video/object_heap.c index 5e85064..e867139 100644 --- a/dummy_drv_video/object_heap.c +++ b/dummy_drv_video/object_heap.c @@ -27,6 +27,7 @@ #include "assert.h" #include <stdio.h> #include <string.h> +#include <stdlib.h> #define ASSERT assert |