diff options
author | Eric Anholt <eric@anholt.net> | 2008-07-18 14:53:26 -0700 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-07-21 11:14:45 +0800 |
commit | 139659f722c20525bb24879528dc90e0e09af49f (patch) | |
tree | f030032c2da27bc2ceb16dbf061ef5c18ad8e92c | |
parent | 37848925c4557385f154443ffbb917a8203506f8 (diff) |
Get prototype for i830_bios_get_tv().
(cherry picked from commit 1b1c4975768f63ed0f3933ec384d24c324a383b3)
-rw-r--r-- | src/i830_tv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c index 651f77b3..1022c469 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -36,6 +36,7 @@ #include "xf86.h" #include "i830.h" #include "i830_display.h" +#include "i830_bios.h" #include "X11/Xatom.h" #include <string.h> |