diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-20 22:46:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-20 22:46:42 -0700 |
commit | bdca8697cc6ac5a98e0548b2ce2e0032e9bcfa52 (patch) | |
tree | 85fac61137055ad94519fdffd05d76ee07b53c08 /src/i830_bios.c | |
parent | d9db5ec6866555ec13ba3ddabb1516eb45637afa (diff) | |
parent | daade50ca271d1cdf236bbe84afade85d4111ac9 (diff) |
Merge branch 'modesetting-origin' into modesetting
Diffstat (limited to 'src/i830_bios.c')
-rw-r--r-- | src/i830_bios.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i830_bios.c b/src/i830_bios.c index 9e7e3f62..715fe336 100644 --- a/src/i830_bios.c +++ b/src/i830_bios.c @@ -29,6 +29,9 @@ #undef VERSION /* XXX edid.h has a VERSION too */ #endif +#include <stdio.h> +#include <string.h> + #define _PARSE_EDID_ #include "xf86.h" #include "i830.h" |