projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d74a16
)
mesa: Add headers containing sybmols used by mm.c.
author
Vinson Lee
<vlee@vmware.com>
Sun, 1 Aug 2010 03:51:13 +0000
(20:51 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 1 Aug 2010 03:51:13 +0000
(20:51 -0700)
src/mesa/main/mm.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/mm.c
b/src/mesa/main/mm.c
index 3ef38e94be9ce82cc607074c88078e3ca68105cb..25a0293703cce88ee291ec6f01a063ca9501be33 100644
(file)
--- 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"