summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-02-27 16:47:19 +1000
committerAlex Deucher <alexdeucher@gmail.com>2010-03-02 20:31:13 -0500
commit58738d5abb5e6f0622747cb6cdc8d09d4c5b0ade (patch)
treedeb8b61e591ce66e0bd478970fa4fd73fde82b06 /src/radeon_dri.c
parentaf13ce94d8631fa3d111de8fdf8765c65fba6bf7 (diff)
pciids: hopefully fix HP
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r--src/radeon_dri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index d67d649e..7eceef20 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -51,7 +51,6 @@
#include "radeon_dri.h"
#include "radeon_version.h"
-#include "atipciids.h"
/* X and server generic header files */
#include "xf86.h"
@@ -63,6 +62,8 @@
#include "GL/glxtokens.h"
#include "sarea.h"
+#include "atipciids.h"
+
static size_t radeon_drm_page_size;
#define RADEON_MAX_DRAWABLES 256