Mesa (master): mesa: Add headers containing sybmols used by mm.c.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 1 03:52:03 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul 31 20:51:13 2010 -0700

mesa: Add headers containing sybmols used by mm.c.

---

 src/mesa/main/mm.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/mm.c b/src/mesa/main/mm.c
index 3ef38e9..25a0293 100644
--- a/src/mesa/main/mm.c
+++ b/src/mesa/main/mm.c
@@ -22,6 +22,11 @@
  *
  */
 
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "compiler.h"
 #include "mm.h"
 
 




More information about the mesa-commit mailing list