Compilation will otherwise break, due to using uint32_t types without having include stdint.h.
Signed-off-by: Daniel Stone <dan...@fooishbar.org> --- shared-core/drm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/shared-core/drm.h b/shared-core/drm.h index d97844f..9674072 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -114,6 +114,7 @@ #define _DRM_LOCK_IS_CONT(lock) ((lock) & _DRM_LOCK_CONT) #define _DRM_LOCKING_CONTEXT(lock) ((lock) & ~(_DRM_LOCK_HELD|_DRM_LOCK_CONT)) +#include <stdint.h> #if defined(__linux__) typedef unsigned int drm_handle_t; #else -- 1.6.2.5
pgpNDIh1tLgwF.pgp
Description: PGP signature
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
-- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel