diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-24 08:16:39 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-24 08:16:39 +0100 |
commit | 2de17efdcb502f91fb145130c12be3cb164f03c5 (patch) | |
tree | 415b609c083dd93ea5841ea91d77201f5d4732e8 /src | |
parent | a1f47768309aa8b14b13f05ba01bb490024c4cbc (diff) |
radeon/xvmc: fix build with new API.
This was missing the compat include.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_xvmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_xvmc.c b/src/radeon_xvmc.c index 12ce2d30..442348fa 100644 --- a/src/radeon_xvmc.c +++ b/src/radeon_xvmc.c @@ -30,6 +30,7 @@ #endif #include <xf86.h> +#include "compat-api.h" #include "radeon_video.h" #include <X11/extensions/Xv.h> |