summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_drm.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-16 09:45:07 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-16 09:45:07 -0700
commit3e56bef5a5f56feb65ae94a51e5db9cf943ce0ce (patch)
tree98b5ef5619cad0c7622676c29a50af4c557d536a /src/gallium/winsys/drm/radeon/core/radeon_drm.h
parentfc8a156cfc539b9c04dc3527e4fc61cb4b0b688e (diff)
radeon-gallium: Use debug_get_bool_option instead of getenv.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/core/radeon_drm.h')
-rw-r--r--src/gallium/winsys/drm/radeon/core/radeon_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/radeon/core/radeon_drm.h b/src/gallium/winsys/drm/radeon/core/radeon_drm.h
index 88a5c82b28..9a789ec1a4 100644
--- a/src/gallium/winsys/drm/radeon/core/radeon_drm.h
+++ b/src/gallium/winsys/drm/radeon/core/radeon_drm.h
@@ -37,6 +37,7 @@
#include "pipe/p_screen.h"
#include "trace/tr_drm.h"
+#include "util/u_debug.h"
#include "util/u_memory.h"
#include "state_tracker/drm_api.h"