diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 13:19:48 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-11-27 14:45:32 +0100 |
commit | efefc03f9b26738b69abb570c1af2167cc99c4d8 (patch) | |
tree | 1af7b13e470f7686963a9107392e9457905eba4f | |
parent | 74bc792e1814849b8eee9e448e36c3568b821e6c (diff) |
Add missing include
../../../../hw/xfree86/xaa/xaaTables.c:9:14: warning: symbol 'byte_expand3' was not declared. Should it be static?
../../../../hw/xfree86/xaa/xaaTables.c:53:14: warning: symbol 'byte_reversed_expand3' was not declared. Should it be static?
-rw-r--r-- | hw/xfree86/xaa/xaaTables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/xaa/xaaTables.c b/hw/xfree86/xaa/xaaTables.c index 829527dd6..c7fa28af3 100644 --- a/hw/xfree86/xaa/xaaTables.c +++ b/hw/xfree86/xaa/xaaTables.c @@ -1,4 +1,4 @@ - +#include "xaalocal.h" /* * This is a table of 24-bit values, indexed with an 8-bit byte value, then * expands each bit to three consecutive bits. This is required for color |