From 584acab6d6103552711bd6b5596ee4ccad305bc2 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 7 Nov 2006 09:36:40 -0800 Subject: Add drm_u64_t typedef on non-linux to fix libdrm build. --- shared-core/drm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared-core/drm.h') diff --git a/shared-core/drm.h b/shared-core/drm.h index 16e86267..9efb1dc4 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -139,6 +139,8 @@ typedef unsigned long long drm_u64_t; typedef unsigned int drm_handle_t; #else +#include +typedef u_int64_t drm_u64_t; typedef unsigned long drm_handle_t; /**< To mapped regions */ #endif typedef unsigned int drm_context_t; /**< GLXContext handle */ -- cgit v1.2.3