| author | Dave Airlie <airlied@redhat.com> | 2012-05-24 16:54:41 (GMT) |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2012-05-24 16:54:41 (GMT) |
| commit | b1e9c3081d2b975682a62389aa29063b79f9655c (patch) (side-by-side diff) | |
| tree | 42bbc923859023d73152538546163577cb9cddc1 | |
| parent | 5ed959585f35a4eff2cd803ae222b46d164f210d (diff) | |
| download | xf86-video-ati-master.zip xf86-video-ati-master.tar.gz | |
fixes tinderbox build.
Signed-off-by: Dave Airlie <airlied@redhat.com>
| -rw-r--r-- | src/radeon_xvmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_xvmc.c b/src/radeon_xvmc.c index 442348f..e96f063 100644 --- a/src/radeon_xvmc.c +++ b/src/radeon_xvmc.c @@ -30,8 +30,8 @@ #endif #include <xf86.h> -#include "compat-api.h" #include "radeon_video.h" +#include "compat-api.h" #include <X11/extensions/Xv.h> #include <X11/extensions/XvMC.h> |
