OSDN Git Service

radeon: add stdint include
authorDave Airlie <airlied@dhcp-1-203.bne.redhat.com>
Thu, 12 Feb 2009 04:44:20 +0000 (14:44 +1000)
committerDave Airlie <airlied@dhcp-1-203.bne.redhat.com>
Thu, 12 Feb 2009 04:44:20 +0000 (14:44 +1000)
src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h

index 6b05337..0f45e9d 100644 (file)
@@ -9,6 +9,8 @@
 #include "radeon_cs_gem.h"
 
 #else
+#include <stdint.h>
+
 #define RADEON_GEM_DOMAIN_CPU 0x1   // Cached CPU domain
 #define RADEON_GEM_DOMAIN_GTT 0x2   // GTT or cache flushed
 #define RADEON_GEM_DOMAIN_VRAM 0x4  // VRAM domain