summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 20:51:13 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 20:51:13 -0700
commitca2ceca5b1939af57e95bebf84be4b70e3e9d4cb (patch)
tree9128887d513a16361a3215c0b33ccdc92250f7f0
parent1d74a1674c0675dc59588167741c4abd2cc82cf9 (diff)
mesa: Add headers containing sybmols used by mm.c.
-rw-r--r--src/mesa/main/mm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/mm.c b/src/mesa/main/mm.c
index 3ef38e94be..25a0293703 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"