diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-16 15:45:53 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-23 11:06:12 +0100 |
commit | 9d2549057ffced996bfaeb8df4901ef57da636c7 (patch) | |
tree | 178d55ef27b0d8cd9ea52fef7a1d09570e463c54 /src/radeon.h | |
parent | 80a45bfc26e20d1d481f13cb15c0720d165a8306 (diff) |
ati: convert to new screen conversion APIs
The compat header takes care of the old server vs new server.
this commit was autogenerated from util/modular/x-driver-screen-scrn-conv.sh
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 90bcf8a1..4fdfca6c 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -42,6 +42,7 @@ #include <sys/time.h> /* For gettimeofday() */ #include "config.h" + #include "xf86str.h" #include "compiler.h" #include "xf86fbman.h" |