diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 18:37:42 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 18:37:42 +1000 |
commit | 5486e55c9feb5734b967c2618e0c96cd4a2322ce (patch) | |
tree | ba21d39151ff67c73b10f6440cc315e03df1d4ce | |
parent | 85b5ff3fdf3141ef01604bd7eb8e71e30d24717f (diff) |
abi: fixup so the define is picked up
-rw-r--r-- | src/g80_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/g80_driver.c b/src/g80_driver.c index 9cc2bf2..13e417a 100644 --- a/src/g80_driver.c +++ b/src/g80_driver.c @@ -28,6 +28,7 @@ #include <string.h> +#include <xf86.h> #include <xf86_OSproc.h> #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 #include <xf86Resources.h> |