diff options
author | Eric Anholt <eric@anholt.net> | 2008-07-18 14:53:26 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-07-18 14:58:22 -0700 |
commit | 1b1c4975768f63ed0f3933ec384d24c324a383b3 (patch) | |
tree | debc13e3205137f142120ea3a935d59b6e3bda4b | |
parent | 978abf84e8cf3ba3e915774981fe03610e15efeb (diff) |
Get prototype for i830_bios_get_tv().
-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> |