diff options
author | Brian Paul <[email protected]> | 2012-01-26 08:16:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-01-26 08:16:54 -0700 |
commit | 0a966a686e72959801b435fb170f561e30334d2e (patch) | |
tree | 0c147af1c8ddca88e196cc294e4d595a692b07e7 | |
parent | 88e7f56dd7130077494ff36b9765dd48cd3d4a91 (diff) |
nouveau: include s_context.h to silence missing prototype warnings
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_span.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_span.c b/src/mesa/drivers/dri/nouveau/nouveau_span.c index f82a2e1e0d9..eb478b7ed88 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_span.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_span.c @@ -30,6 +30,7 @@ #include "nouveau_bo.h" #include "swrast/swrast.h" +#include "swrast/s_context.h" |