From 170674a606f6d7869b5fa4457c07e10dd27f2771 Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Tue, 24 Nov 2009 09:27:29 -0600 Subject: Finish fixing the build on FreeBSD --- include/drm/drm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/drm/drm.h') diff --git a/include/drm/drm.h b/include/drm/drm.h index be6fe12b..9460e2e7 100644 --- a/include/drm/drm.h +++ b/include/drm/drm.h @@ -46,7 +46,11 @@ typedef unsigned int drm_handle_t; #include #include +typedef int16_t __s16; +typedef uint16_t __u16; +typedef int32_t __s32; typedef uint32_t __u32; +typedef int64_t __s64; typedef uint64_t __u64; typedef unsigned long drm_handle_t; -- cgit v1.2.3