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 3ef38e9..25a0293 100644 (file)
  *
  */
 
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "compiler.h"
 #include "mm.h"