Mesa (master): nouveau: include s_context. h to silence missing prototype warnings

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 26 15:49:34 UTC 2012


Module: Mesa
Branch: master
Commit: 0a966a686e72959801b435fb170f561e30334d2e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a966a686e72959801b435fb170f561e30334d2e

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 26 08:16:54 2012 -0700

nouveau: include s_context.h to silence missing prototype warnings

---

 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 f82a2e1..eb478b7 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"
 
 
 




More information about the mesa-commit mailing list