Hi,This patch adds missing includes to the dummy_drv sources. Considering the missing prototypes, it's also a 64-bit fix.
Regards, Gwenole
From dee57258e2281845e52d74aac49c2219b13d1c05 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne <[email protected]> Date: Thu, 8 Jan 2009 12:32:52 +0000 Subject: [PATCH] Add missing includes. --- 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 -- 1.5.4.3
_______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
