diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-11-19 17:09:11 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-11-19 17:09:11 +0100 |
commit | 2dd0892817090709b2fb7ffba920595ada00fcad (patch) | |
tree | bd8da9757fd5019352f46cc3957be2c590d62157 /src/radeon_modes.c | |
parent | 8c1b9269aaac746989bdb9be02915722bcf6fec0 (diff) |
Fix compile warnings.
Diffstat (limited to 'src/radeon_modes.c')
-rw-r--r-- | src/radeon_modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_modes.c b/src/radeon_modes.c index 132f088..cf8ab89 100644 --- a/src/radeon_modes.c +++ b/src/radeon_modes.c @@ -40,7 +40,7 @@ #include <string.h> #include <stdio.h> -#include "xf86str.h" +#include "xf86.h" /* Driver data structures */ #include "radeon.h" #include "radeon_reg.h" |