diff options
author | Dave Airlie <airlied@linux.ie> | 2006-06-15 20:39:22 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-06-15 20:39:22 +1000 |
commit | d511ef486a15b582e5d1708a17a00701f5cf1ccd (patch) | |
tree | 49d9a75b4342c834321ccb90752517d7830ec5de /src/ati.h | |
parent | f46c3bebe821ee0031770d98d04bd406d1abb9ed (diff) |
ati/r128: add includes to get C function decls
Also fix a void pointer cast
Diffstat (limited to 'src/ati.h')
-rw-r--r-- | src/ati.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #ifndef ___ATI_H___ #define ___ATI_H___ 1 +#include <unistd.h> #include "xf86Pci.h" #include "atipciids.h" |