mesa: Add headers containing sybmols used by mm.c.
authorVinson Lee <vlee@vmware.com>
Sun, 1 Aug 2010 03:51:13 +0000 (20:51 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 1 Aug 2010 03:51:13 +0000 (20:51 -0700)
src/mesa/main/mm.c

index 3ef38e94be9ce82cc607074c88078e3ca68105cb..25a0293703cce88ee291ec6f01a063ca9501be33 100644 (file)
  *
  */
 
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "compiler.h"
 #include "mm.h"