From: Vinson Lee Date: Sun, 1 Aug 2010 03:51:13 +0000 (-0700) Subject: mesa: Add headers containing sybmols used by mm.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca2ceca5b1939af57e95bebf84be4b70e3e9d4cb;p=mesa.git mesa: Add headers containing sybmols used by mm.c. --- diff --git a/src/mesa/main/mm.c b/src/mesa/main/mm.c index 3ef38e94be9..25a0293703c 100644 --- a/src/mesa/main/mm.c +++ b/src/mesa/main/mm.c @@ -22,6 +22,11 @@ * */ +#include +#include +#include + +#include "compiler.h" #include "mm.h"