From: Imre Deak Date: Fri, 1 Apr 2011 15:03:46 +0000 (+0300) Subject: gpu: pvr: add missing headers to osfunc.h X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd09692f963921df37a5dcd404063f86dd184f5;p=sgx.git gpu: pvr: add missing headers to osfunc.h Headers should include all type info used within the header. Signed-off-by: Imre Deak Reviewed-by: Luc Verhaegen --- diff --git a/pvr/osfunc.h b/pvr/osfunc.h index 2d79af9..0419d4f 100644 --- a/pvr/osfunc.h +++ b/pvr/osfunc.h @@ -33,6 +33,9 @@ #include #endif +#include "services.h" +#include "servicesext.h" + #define PVRSRV_PAGEABLE_SELECT PVRSRV_OS_PAGEABLE_HEAP #define KERNEL_ID 0xffffffffL